added missing fence closing

This commit is contained in:
Paul Gauthier 2023-07-07 16:32:49 -07:00
parent 2c037a009c
commit 15336eeb04

View file

@ -29,6 +29,7 @@ some/dir/example.py
# Function to add
def add(a,b):
>>>>>>> UPDATED
```
Every *edit block* must be fenced w/triple backticks with the correct code language.
Every *edit block* must start with the full path! *NEVER* propose edit blocks for *read-only* files.