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.
Optional
Option
1 parent 40ec2a2 commit 0d04104Copy full SHA for 0d04104
doc/docs.md
@@ -3569,7 +3569,7 @@ fn pass_time(w World) {
3569
3570
### Option/Result types and error handling
3571
3572
-Optional types are for types which may represent `none`. Result types may
+Option types are for types which may represent `none`. Result types may
3573
represent an error returned from a function.
3574
3575
`Option` types are declared by prepending `?` to the type name: `?Type`.
0 commit comments