We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a0717e commit 6a51c69Copy full SHA for 6a51c69
functional/generics-type-classes.md
@@ -93,7 +93,7 @@ impl FileDownloadRequest {
93
}
94
```
95
96
-Every caller of `mount point()` must check for `None` and write code to handle
+Every caller of `mount_point()` must check for `None` and write code to handle
97
it. This is true even if they know only NFS requests are ever used in a given
98
code path!
99
0 commit comments