Skip to content

Commit 2f03c90

Browse files
bocharsky-bwbshaffer
authored andcommitted
Highlight class constant in docs on GitHub (#1038)
1 parent 0b6c5b0 commit 2f03c90

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
@@ -340,7 +340,7 @@ $opt_params = array(
340340

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

343-
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.
343+
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.
344344

345345
## Code Quality ##
346346

0 commit comments

Comments
 (0)