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. ---