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
Copy file name to clipboardExpand all lines: concepts/nothingness/introduction.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ One common use of `nothing` is as a return (non-)value for functions which are u
25
25
26
26
## `missing`
27
27
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.
29
29
30
30
Thus `missing` is a placeholder, warning humans that they need to make a decision about how to handle this gap in the data.
0 commit comments