mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 12:18:19 +00:00
Ensure only one h1
per .md
file
See https://github.com/DavidAnson/markdownlint/blob/main/doc/Rules.md#md025
This commit is contained in:
parent
56b858e537
commit
3219178003
10 changed files with 38 additions and 39 deletions
|
@ -120,7 +120,7 @@ fn atan() {
|
|||
|
||||
But replace `Num.atan`, the return value, and the return type with your new builtin.
|
||||
|
||||
# Mistakes that are easy to make!!
|
||||
## Mistakes that are easy to make!!
|
||||
|
||||
When implementing a new builtin, it is often easy to copy and paste the implementation for an existing builtin. This can take you quite far since many builtins are very similar, but it also risks forgetting to change one small part of what you copy and pasted and losing a lot of time later on when you cant figure out why things dont work. So, speaking from experience, even if you are copying an existing builtin, try and implement it manually without copying and pasting. Two recent instances of this (as of September 7th, 2020):
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue