Skip to content

Commit 523b796

Browse files
committed
fix: requested grammar fixes
1 parent 4b97633 commit 523b796

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

definitions/standard/runtime_definition/object/std_object_keys.proto.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"documentation": [
2323
{
2424
"code": "en-US",
25-
"content": "Returns an list of all the keys (property names) of the given object."
25+
"content": "Returns a list of all the keys (property names) of the given object."
2626
}
2727
]
2828
}
@@ -54,13 +54,13 @@
5454
"description": [
5555
{
5656
"code": "en-US",
57-
"content": "Retrieves all the keys from the given object as an list of text values."
57+
"content": "Retrieves all the keys from the given object as a list of text values."
5858
}
5959
],
6060
"documentation": [
6161
{
6262
"code": "en-US",
63-
"content": "Returns an list containing all enumerable property names (keys) of the specified object."
63+
"content": "Returns a list containing all enumerable property names (keys) of the specified object."
6464
}
6565
],
6666
"alias": [

0 commit comments

Comments
 (0)