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
- Change the variable name from filename to file_path. Fixes#3142.
- Use the new println capture. Connects to #3048.
- Use dbg! when appropriate. Connects to #2842.
- Improve the expect message to read better. Connects to #2918.
URL to the section(s) of the book with this problem: src/ch12-02-reading-a-file.md
Description of the problem: There is a naming problem here, this function does not take a
filename
as a parameter butfile_path
.Suggested fix:
change it to
file_path
The text was updated successfully, but these errors were encountered: