From 8eee3ce150fa9583e38c8fa2f5a8e230b410ce94 Mon Sep 17 00:00:00 2001 From: John Bampton Date: Tue, 6 Dec 2022 21:48:28 +1000 Subject: [PATCH] docs: fix start of `C` code block --- mrbgems/mruby-bigint/README-fgmp.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mrbgems/mruby-bigint/README-fgmp.md b/mrbgems/mruby-bigint/README-fgmp.md index 3e5400dd5..24e131ba9 100644 --- a/mrbgems/mruby-bigint/README-fgmp.md +++ b/mrbgems/mruby-bigint/README-fgmp.md @@ -10,7 +10,7 @@ with the same API. For instance, you can link the following trivial program with either this code, or libgmp.a and get the same results. -``` C +```c #include #include "gmp.h" main()