Update todo-bug-builtins.output.md

This commit is contained in:
Arya Irani 2019-12-11 10:56:07 -05:00 committed by GitHub
parent 7dd79ed4b0
commit f77836ca0d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -52,7 +52,7 @@
```
## Todo
`todo` is usefull if you want to come back to a piece of code later but you want your project to compile.
`todo` is useful if you want to come back to a piece of code later but you want your project to compile.
```unison
complicatedMathStuff x = todo "Come back and to something with x here"
```