Skip to content

Commit 0d04104

Browse files
authored
docs: change one more Optional to Option (#17170)
1 parent 40ec2a2 commit 0d04104

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/docs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3569,7 +3569,7 @@ fn pass_time(w World) {
35693569

35703570
### Option/Result types and error handling
35713571

3572-
Optional types are for types which may represent `none`. Result types may
3572+
Option types are for types which may represent `none`. Result types may
35733573
represent an error returned from a function.
35743574

35753575
`Option` types are declared by prepending `?` to the type name: `?Type`.

0 commit comments

Comments
 (0)