Skip to content

Commit 74a8989

Browse files
authored
Correct typo in float JS glue (#1720)
1 parent d97df3e commit 74a8989

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

NOTICE

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ under the licensing terms detailed in LICENSE:
3434
* Saúl Cabrera <saulecabrera@gmail.com>
3535
* Chance Snow <git@chancesnow.me>
3636
* Peter Salomonsen <petersalomonsen@runbox.com>
37+
* ookangzheng <git-ed@runbox.no>
3738

3839
Portions of this software are derived from third-party works licensed under
3940
the following terms:

src/glue/js/float.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @fileoverview Floating point glue code for JaavaScript.
2+
* @fileoverview Floating point glue code for JavaScript.
33
* @license Apache-2.0
44
*/
55

0 commit comments

Comments
 (0)