Skip to content

Commit

Permalink
Merge pull request #7 from Kuniwak/not-nullable-type
Browse files Browse the repository at this point in the history
Use good example for not nullable types
  • Loading branch information
h13i32maru committed May 19, 2015
2 parents 6a76da2 + 049e0f7 commit 6068774
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/src/documents/tags.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -565,7 +565,7 @@ function myFunc(param){...}
function myFunc(param){...}

/**
* @param {!number} param - this is not nullable param.
* @param {!Object} param - this is not nullable param.
*/
function myFunc(param){...}

Expand Down

0 comments on commit 6068774

Please sign in to comment.