diff --git a/SC2017.md b/SC2017.md index 788c422..8f6af7a 100644 --- a/SC2017.md +++ b/SC2017.md @@ -1,4 +1,4 @@ -## Increase precision by replacing `a/b\*c` with `a\*c/b`. +## Increase precision by replacing `a/b*c` with `a*c/b`. ### Problematic code: