design: memory: fix missing markup on map/unmap

This commit is contained in:
Reynaldo H. Verdejo Pinochet 2017-06-02 15:20:50 -07:00
parent b3b501e183
commit 7b457867d1

View file

@ -126,7 +126,7 @@ management (See [miniobject](design/miniobject.md)).
## Data Access
Access to the memory region is always controlled with a map and unmap method
Access to the memory region is always controlled with a `map()` and `unmap()` method
call. This allows the implementation to monitor the access patterns or set up
the required memory mappings when needed.