Skip to content

Commit

Permalink
Update _examples.md -> fixed typo
Browse files Browse the repository at this point in the history
Fixed a typo in the documentation
  • Loading branch information
manuel-en-arg authored Sep 8, 2023
1 parent 3f95a49 commit 344ee34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/03.reference/01.functions/filewriteline/_examples.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
```luceescript
openFile = fileopen(filepath,"read");
readfromfile = filereadline(openfile);
filewriteline(filepath),readfromfile);
```
filewriteline(filepath,readfromfile);
```

0 comments on commit 344ee34

Please sign in to comment.