Skip to content

Commit 54abfa1

Browse files
maqnouchbshaffer
authored andcommitted
Fix typos in README(#1081)
1 parent 7b1abf3 commit 54abfa1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ $opt_params = array(
343343

344344
### How do I set a field to null? ###
345345

346-
The library strips out nulls from the objects sent to the Google APIs as its the default value of all of the uninitialised properties. To work around this, set the field you want to null to `Google_Model::NULL_VALUE`. This is a placeholder that will be replaced with a true null when sent over the wire.
346+
The library strips out nulls from the objects sent to the Google APIs as its the default value of all of the uninitialized properties. To work around this, set the field you want to null to `Google_Model::NULL_VALUE`. This is a placeholder that will be replaced with a true null when sent over the wire.
347347

348348
## Code Quality ##
349349

0 commit comments

Comments
 (0)