Skip to content

Commit 08ad837

Browse files
committed
Merge pull request #11 from dburdick/patch-1
Update README.md
2 parents f1c4328 + 01af832 commit 08ad837

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ Note that while in our current implementation, we can guarantee that more
178178
fields are non-null (since our current implementation has hard-coded data),
179179
we didn't mark them as non-null. One can imagine we would eventually
180180
replace our hardcoded data with a backend service, which might not be
181-
perfectly reliable; by leaving these fields as non-nullable, we allow
181+
perfectly reliable; by leaving these fields as nullable, we allow
182182
ourselves the flexability to eventually return null to indicate a backend
183183
error, while also telling the client that the error occurred.
184184

0 commit comments

Comments
 (0)