Skip to content

Commit f7ed5df

Browse files
author
Colin Leach
committed
updated Intro wording
1 parent b806247 commit f7ed5df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

concepts/nothingness/introduction.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ One common use of `nothing` is as a return (non-)value for functions which are u
2525

2626
## `missing`
2727

28-
For situations where a value exists in theory but we don't know what it is, `missing` is used. For example, when counting vehicles traveling on a road, human observers might go off sick or automatic sensors break down, but the traffic continues to flow.
28+
For situations where a value exists in theory but we don't know what it is, `missing` is used. For example, when counting vehicles traveling on a road, human observers might need a break or automatic sensors break down, but the traffic continues to flow.
2929

3030
Thus `missing` is a placeholder, warning humans that they need to make a decision about how to handle this gap in the data.
3131

0 commit comments

Comments
 (0)