Skip to content

Commit 10f170c

Browse files
committed
ref: removed typos
1 parent a10eead commit 10f170c

File tree

8 files changed

+14
-39
lines changed

8 files changed

+14
-39
lines changed

definitions/http/data_type/object/http_response.proto.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"displayMessage": [
1717
{
1818
"code": "en-US",
19-
"content": "HTTP Respons"
19+
"content": "HTTP Response"
2020
}
2121
],
2222
"rules": [

definitions/http/flow_type/http.proto.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
"displayMessage": [
8181
{
8282
"code": "en-US",
83-
"content": "On ${method} request to §{route}"
83+
"content": "On ${method} request to ${route}"
8484
}
8585
],
8686
"alias": [

definitions/standard/data_type/node/transform.proto.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"displayMessage": [
1717
{
1818
"code": "en-US",
19-
"content": "Transform §{I} to ${R}"
19+
"content": "Transform ${I} to ${R}"
2020
}
2121
],
2222
"rules": [

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
{
55
"dataTypeIdentifier": {
66
"genericType": {
7-
"dataTypeIdentifier": "List",
7+
"dataTypeIdentifier": "LIST",
88
"genericMappers": [
99
{
1010
"source": [

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
@@ -99,7 +99,7 @@
9999
"displayMessage": [
100100
{
101101
"code": "en-US",
102-
"content": "Get index of ${item} in ${list }"
102+
"content": "Get index of ${item} in ${list}"
103103
}
104104
],
105105
"deprecationMessage": []

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
{
55
"dataTypeIdentifier": {
66
"genericType": {
7-
"dataTypeIdentifier": "LISt",
7+
"dataTypeIdentifier": "LIST",
88
"genericMappers": [
99
{
1010
"source": [

definitions/standard/runtime_definition/boolean/std_boolean_from_text.proto.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"displayMessage": [
6060
{
6161
"code": "en-US",
62-
"content": "Convert ${value} to number"
62+
"content": "Convert ${value} to boolean"
6363
}
6464
],
6565
"deprecationMessage": []

definitions/standard/runtime_definition/number/std_number_sin.proto.json

Lines changed: 7 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -5,49 +5,24 @@
55
"dataTypeIdentifier": {
66
"dataTypeIdentifier": "NUMBER"
77
},
8-
"runtimeName": "min",
8+
"runtimeName": "value",
99
"defaultValue": null,
1010
"name": [
1111
{
1212
"code": "en-US",
13-
"content": "Minimum Value"
13+
"content": "Value"
1414
}
1515
],
1616
"description": [
1717
{
1818
"code": "en-US",
19-
"content": "The lower bound of the random number range."
19+
"content": "The number for which to calculate the sine."
2020
}
2121
],
2222
"documentation": [
2323
{
2424
"code": "en-US",
25-
"content": "Defines the minimum value (inclusive) for the random number generation."
26-
}
27-
]
28-
},
29-
{
30-
"dataTypeIdentifier": {
31-
"dataTypeIdentifier": "NUMBER"
32-
},
33-
"runtimeName": "max",
34-
"defaultValue": null,
35-
"name": [
36-
{
37-
"code": "en-US",
38-
"content": "Maximum Value"
39-
}
40-
],
41-
"description": [
42-
{
43-
"code": "en-US",
44-
"content": "The upper bound of the random number range."
45-
}
46-
],
47-
"documentation": [
48-
{
49-
"code": "en-US",
50-
"content": "Defines the maximum value (inclusive) for the random number generation."
25+
"content": "Computes the sine of the given number."
5126
}
5227
]
5328
}
@@ -66,13 +41,13 @@
6641
"description": [
6742
{
6843
"code": "en-US",
69-
"content": "Generates a random number within the specified range."
44+
"content": "Returns the sine of a number."
7045
}
7146
],
7247
"documentation": [
7348
{
7449
"code": "en-US",
75-
"content": "Returns a pseudo-random number between the given minimum and maximum values."
50+
"content": "Calculates the sine of the input value."
7651
}
7752
],
7853
"alias": [
@@ -84,7 +59,7 @@
8459
"displayMessage": [
8560
{
8661
"code": "en-US",
87-
"content": "sin(${min})"
62+
"content": "sin(${value})"
8863
}
8964
],
9065
"deprecationMessage": []

0 commit comments

Comments
 (0)