diff doc/docs/dev/ownership.md @ 366:19782ea1cf4a

misc: start rebranding
author David Demelier <markand@malikania.fr>
date Sun, 24 Oct 2021 15:57:42 +0200
parents 97f55f6b9593
children
line wrap: on
line diff
--- a/doc/docs/dev/ownership.md	Sun Oct 24 12:59:02 2021 +0200
+++ b/doc/docs/dev/ownership.md	Sun Oct 24 15:57:42 2021 +0200
@@ -1,6 +1,6 @@
 # Howto: ownership and memory management
 
-How memory and ownership is used within Molko's Adventure API.
+How memory and ownership is used within Molko's Engine API.
 
 ## Synopsis
 
@@ -17,7 +17,7 @@
 one DVD player where you put some DVDs inside but the DVD player never make its
 own copy, it simply reads your disc and you get it back afterwards.
 
-Following this philosophy, the Molko's Adventure API for this scenario would
+Following this philosophy, the Molko's Engine API for this scenario would
 look like this:
 
 ```c
@@ -119,7 +119,7 @@
 should not be modified. Finally, the field `text` is private and should not be
 touched by the user.
 
-## Memory handling in Molko's Adventure API
+## Memory handling in Molko's Engine API
 
 |             | Dynamic allocation?         | Notes                                                   |
 |-------------|-----------------------------|---------------------------------------------------------|