From 6ea3166005d44fa5591ea9c222854fc372042768 Mon Sep 17 00:00:00 2001 From: "Yukihiro \"Matz\" Matsumoto" Date: Tue, 26 Dec 2023 07:31:08 +0900 Subject: [PATCH] doc/guides/memory.md: small style changes (markdownlink-cli) --- doc/guides/memory.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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()`