Skip to content

Commit a4c6b40

Browse files
committed
fix: fixed typos
1 parent 68d32fc commit a4c6b40

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"displayMessage": [
5050
{
5151
"code": "en-US",
52-
"content": "hyperbolic Cosine of ${value}"
52+
"content": "Hyperbolic Cosine of ${value}"
5353
}
5454
],
5555
"deprecationMessage": []

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"displayMessage": [
5050
{
5151
"code": "en-US",
52-
"content": "Hyperbolic Sine of${value}"
52+
"content": "Hyperbolic Sine of ${value}"
5353
}
5454
],
5555
"deprecationMessage": []

0 commit comments

Comments
 (0)