From 6669c8343b024f38e83a7f8d0b92184f555ed225 Mon Sep 17 00:00:00 2001 From: Mark Date: Thu, 19 Oct 2023 18:47:39 +0200 Subject: [PATCH] fix readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 024ca57..836f3c8 100755 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Mers is simple. There are only few expressions: - Functions (`arg -> `) - Function calls `arg.function` -Everything else is implemented as a function: +Everything else is implemented as a function. ### Types and Safety