Skip to content

Commit

Permalink
Highlight class constant in docs on GitHub (#1038)
Browse files Browse the repository at this point in the history
  • Loading branch information
bocharsky-bw authored and bshaffer committed Aug 23, 2016
1 parent 0b6c5b0 commit 2f03c90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ $opt_params = array(

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

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.
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.

## Code Quality ##

Expand Down

0 comments on commit 2f03c90

Please sign in to comment.