Skip to content

Commit

Permalink
Add guidance about how to describe the value of a property
Browse files Browse the repository at this point in the history
  • Loading branch information
wbamberg committed May 2, 2024
1 parent 37aa127 commit ebc9d0a
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,11 @@ You could copy most of this from the property's summary on the corresponding API
## Value
Include a description of the property's value, including data type and what it represents.
Include a description of the property's value, including data type and what it represents. This should be in the form: "A [name of the property type] representing ...". For example:
> A string representing...
Note that some property pages are written in the form "Returns a [name of the property type] representing..." but this is not the recommended form.
## Examples
Expand Down

0 comments on commit ebc9d0a

Please sign in to comment.