diff --git a/doc/guides/memory.md b/doc/guides/memory.md index ce4a5f2a4..8f78ffbe3 100644 --- a/doc/guides/memory.md +++ b/doc/guides/memory.md @@ -2,9 +2,9 @@ There are three methods to customize memory allocation in mruby. - 1. Provide your own `realloc()`/`free()` - 2. Redefine `mrb_default_allocf()` - 3. Specify a function with `mrb_open_allocf()` +1. Provide your own `realloc()`/`free()` +2. Redefine `mrb_default_allocf()` +3. Specify a function with `mrb_open_allocf()` ## Provide your own `realloc()`/`free()`