Skip to content

Commit

Permalink
Merge pull request #108 from smarter/fix/ParameterInformation
Browse files Browse the repository at this point in the history
Correct minor issue in ParameterInformation doc
  • Loading branch information
dbaeumer committed Oct 31, 2016
2 parents 45132fc + 28c59c7 commit a92c0b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions protocol.md
Original file line number Diff line number Diff line change
Expand Up @@ -1181,13 +1181,13 @@ interface SignatureInformation {
*/
interface ParameterInformation {
/**
* The label of this signature. Will be shown in
* The label of this parameter. Will be shown in
* the UI.
*/
label: string;

/**
* The human-readable doc-comment of this signature. Will be shown
* The human-readable doc-comment of this parameter. Will be shown
* in the UI but can be omitted.
*/
documentation?: string;
Expand Down

0 comments on commit a92c0b5

Please sign in to comment.