Skip to content

Commit fee2788

Browse files
committed
ref: fixed typos
1 parent fc93aa9 commit fee2788

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

definitions/standard/runtime_definition/array/std_array_push.proto.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
"description": [
8282
{
8383
"code": "en-US",
84-
"content": "Appends an item to the end of an list."
84+
"content": "Appends an item to the end of a list."
8585
}
8686
],
8787
"documentation": [

definitions/standard/runtime_definition/text/std_text_from_ascii.proto.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,13 +54,13 @@
5454
"description": [
5555
{
5656
"code": "en-US",
57-
"content": "Converts an list of ASCII codes back into the corresponding text string."
57+
"content": "Converts a list of ASCII codes back into the corresponding text string."
5858
}
5959
],
6060
"documentation": [
6161
{
6262
"code": "en-US",
63-
"content": "Takes an list of numbers where each number is an ASCII code, and returns the string they represent."
63+
"content": "Takes a list of numbers where each number is an ASCII code, and returns the string they represent.",
6464
}
6565
],
6666
"alias": [

definitions/standard/runtime_definition/text/std_text_to_ascii.proto.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"documentation": [
6161
{
6262
"code": "en-US",
63-
"content": "Returns an list of numbers where each number represents the ASCII code of the corresponding character in the input text."
63+
"content": "Returns a list of numbers where each number represents the ASCII code of the corresponding character in the input text."
6464
}
6565
],
6666
"alias": [

0 commit comments

Comments
 (0)