diff options
author | 2022-02-25 22:56:24 -0900 | |
---|---|---|
committer | 2022-02-26 18:56:24 +1100 | |
commit | cc7a94ac2d2ff56354c6397e9d6c309352dc9ee6 (patch) | |
tree | 93e8e834d31a20e220ca35ccad2c76108aad3cac /docs/source/techspecs/memory.rst | |
parent | f657eff363edd6e514cd09b5f718bdbeba68e94e (diff) |
docs: Fixed a couple errors in the Technical Specifications. (#9340)
These seemed like copy paste errors in their contexts.
Diffstat (limited to 'docs/source/techspecs/memory.rst')
-rw-r--r-- | docs/source/techspecs/memory.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/techspecs/memory.rst b/docs/source/techspecs/memory.rst index 5d18c4e1202..4a2c427fa7c 100644 --- a/docs/source/techspecs/memory.rst +++ b/docs/source/techspecs/memory.rst @@ -197,7 +197,7 @@ that the lookup can be expensive, prefer finders instead. .. code-block:: C++ - class memory_bank { + class memory_region { u8 *base(); u8 *end(); u32 bytes() const; |