You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Docs for file_chmod are incorrect. Current docs state "Sets a file as executable". This does not reflect the behaviour of the function.
Expected behavior
This line in the documentation should be removed, as the function expects a mode string, and does not provide a default.
Describe the bug
Docs for file_chmod are incorrect. Current docs state "Sets a file as executable". This does not reflect the behaviour of the function.
Expected behavior
This line in the documentation should be removed, as the function expects a mode string, and does not provide a default.
Additional context
https://docs.amber-lang.com/stdlib/doc/fs#file_chmod
The text was updated successfully, but these errors were encountered: