Skip to content

Commit 5c3d23c

Browse files
committed
ref: fixed typos
1 parent c3563ea commit 5c3d23c

14 files changed

+15
-15
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"documentation": [
3636
{
3737
"code": "en-US",
38-
"content": "An list containing elements of any type. The element at the specified index will be returned."
38+
"content": "A list containing elements of any type. The element at the specified index will be returned."
3939
}
4040
]
4141
},

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"documentation": [
4949
{
5050
"code": "en-US",
51-
"content": "An list containing sub-lists that will be flattened into a single-level list."
51+
"content": "A list containing sub-lists that will be flattened into a single-level list."
5252
}
5353
]
5454
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"documentation": [
3636
{
3737
"code": "en-US",
38-
"content": "An list of elements in which the specified item will be searched for to determine its index."
38+
"content": "A list of elements in which the specified item will be searched for to determine its index."
3939
}
4040
]
4141
},

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"description": [
3030
{
3131
"code": "en-US",
32-
"content": "An list of text elements to be filtered."
32+
"content": "A list of text elements to be filtered."
3333
}
3434
],
3535
"documentation": [

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"description": [
3030
{
3131
"code": "en-US",
32-
"content": "An list of numbers to find the maximum value from."
32+
"content": "A list of numbers to find the maximum value from."
3333
}
3434
],
3535
"documentation": [

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"description": [
3030
{
3131
"code": "en-US",
32-
"content": "An list of numbers to find the minimum value from."
32+
"content": "A list of numbers to find the minimum value from."
3333
}
3434
],
3535
"documentation": [

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"documentation": [
3636
{
3737
"code": "en-US",
38-
"content": "An list to process by removing the first occurrence of the specified item."
38+
"content": "A list to process by removing the first occurrence of the specified item."
3939
}
4040
]
4141
},

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"documentation": [
3636
{
3737
"code": "en-US",
38-
"content": "An list of elements whose order will be reversed."
38+
"content": "A list of elements whose order will be reversed."
3939
}
4040
]
4141
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"documentation": [
3636
{
3737
"code": "en-US",
38-
"content": "An list of elements that will be sorted using the provided comparator function."
38+
"content": "A list of elements that will be sorted using the provided comparator function."
3939
}
4040
]
4141
},

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"documentation": [
3636
{
3737
"code": "en-US",
38-
"content": "An list of elements that will be sorted in descending order using the provided comparator."
38+
"content": "A list of elements that will be sorted in descending order using the provided comparator."
3939
}
4040
]
4141
},

0 commit comments

Comments
 (0)