Skip to content

Commit

Permalink
replace removed function name (#100)
Browse files Browse the repository at this point in the history
Co-authored-by: Joel <silverclaw@noreply.codeberg.org>
  • Loading branch information
TheOnlySilverClaw and Joel authored Dec 10, 2024
1 parent e77634a commit 31c4c5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -752,7 +752,7 @@ String templates can not contain nested string templates.
Values that can be formatted into a string will have a `fmt` method:
```cy
var file = os.openFile('data.bin', .read)
var bytes = file.readToEnd()
var bytes = file.readAll()

-- Dump contents in hex.
print "$(bytes.fmt(.x))"
Expand Down

0 comments on commit 31c4c5e

Please sign in to comment.