We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fe481c commit 65f7117Copy full SHA for 65f7117
src/parsetags.pl
@@ -38,7 +38,7 @@
38
"Undefined" => "undefined",
39
"HalfFloat" => "IEEE 754 half-precision floating point",
40
"Float" => "IEEE 754 single-precision floating point",
41
- "Dobule" => "IEEE 754 double-precision floating point"
+ "Double" => "IEEE 754 double-precision floating point"
42
);
43
44
my %tags;
0 commit comments