Skip to content

Commit 49d897e

Browse files
committed
Fixing script_2.js
1 parent 37cb424 commit 49d897e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/script_2.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ const DIAGRAM_4_B =
8282

8383
const DIAGRAM_5_A =
8484
"+----------------+--------------+---------------+---------------+---------------+\n" +
85-
"| | {<float>:.2} | {<float>:.2f} | {<float>:.2e} | {<float>:.2%} |\n" +
85+
"| | {&lt;float&gt;:.2} | {&lt;float&gt;:.2f} | {&lt;float&gt;:.2e} | {&lt;float&gt;:.2%} |\n" +
8686
"+----------------+--------------+---------------+---------------+---------------+\n" +
8787
"| 0.000056789 | '5.7e-05' | '0.00' | '5.68e-05' | '0.01%' |\n" +
8888
"| 0.00056789 | '0.00057' | '0.00' | '5.68e-04' | '0.06%' |\n" +

0 commit comments

Comments
 (0)