From 0c1e0c33bd765569065d075fe4bd6b7b0441586b Mon Sep 17 00:00:00 2001 From: Whitomtit Date: Mon, 24 Jun 2024 12:00:10 +0300 Subject: [PATCH] edited sml error slides --- Material/Tutorials/sml/errors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Material/Tutorials/sml/errors.md b/Material/Tutorials/sml/errors.md index 6125293..9b64fd1 100644 --- a/Material/Tutorials/sml/errors.md +++ b/Material/Tutorials/sml/errors.md @@ -246,7 +246,7 @@ floor it = 8; ### Explanation -This specifically came up in the home ex. Terribly annoying floating-point arithmetic error. When doing integer arithmetic, implement manually with a recursive function. +Terribly annoying floating-point arithmetic error. When doing integer arithmetic, implement manually with a recursive function. ---