Skip to content

Commit 4b97633

Browse files
committed
fix: requested grammer fixes
1 parent 5c3d23c commit 4b97633

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

definitions/standard/runtime_definition/text/std_text_as_bytes.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": "Converts the input text string into an list of byte values."
25+
"content": "Converts the input text string into a list of byte values."
2626
}
2727
]
2828
}
@@ -54,13 +54,13 @@
5454
"description": [
5555
{
5656
"code": "en-US",
57-
"content": "Converts a text string into an list of byte values."
57+
"content": "Converts a text string into a list of byte values."
5858
}
5959
],
6060
"documentation": [
6161
{
6262
"code": "en-US",
63-
"content": "Returns an list of bytes representing the UTF-8 encoding of the given text."
63+
"content": "Returns a list of bytes representing the UTF-8 encoding of the given text."
6464
}
6565
],
6666
"alias": [

definitions/standard/runtime_definition/text/std_text_chars.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": "Splits the input text string into an list of its constituent characters."
25+
"content": "Splits the input text string into a list of its constituent characters."
2626
}
2727
]
2828
}
@@ -54,13 +54,13 @@
5454
"description": [
5555
{
5656
"code": "en-US",
57-
"content": "Returns an list containing each character from the given text string."
57+
"content": "Returns a list containing each character from the given text string."
5858
}
5959
],
6060
"documentation": [
6161
{
6262
"code": "en-US",
63-
"content": "Creates an list where each element is a single character from the original text."
63+
"content": "Creates a list where each element is a single character from the original text."
6464
}
6565
],
6666
"alias": [

0 commit comments

Comments
 (0)