docs: Misc fixes

This commit is contained in:
James Shubin
2023-09-25 18:28:02 -04:00
parent 9a890c7625
commit 53f9f35233
2 changed files with 5 additions and 6 deletions

View File

@@ -242,7 +242,7 @@ Similar logic applies for situations when you only specify the `mode` parameter.
This all turns out to be more safe and "correct", in that it would error and
prevent masking an error for a situation when you expected a file to already be
at that location. It also turns out to simplify the internals significantly, and
remove an ambiguous scenario with the reversable file resource.
remove an ambiguous scenario with the reversible file resource.
### Why do function names inside of templates include underscores?