From a4a568edf059d109ba5b63297c733bf7425a0bde Mon Sep 17 00:00:00 2001 From: Garrit Franke Date: Wed, 17 Feb 2021 16:46:56 +0100 Subject: [PATCH] fix: builtin readme --- builtin/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/builtin/README.md b/builtin/README.md index 6da9e82..a79c87e 100644 --- a/builtin/README.md +++ b/builtin/README.md @@ -1,4 +1,4 @@ The following function signatures need to be implemented by each backend: -`\_printf(msg: string)` -`\_exit(code: int)` +`_printf(msg: string)` +`_exit(code: int)`