| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 7261276 commit a7e3504
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -502,7 +502,7 @@ corresponding argument. Supported specifiers are: | |||
| 502 | 502 | `Symbol`. | |
| 503 | 503 | * `%i`: `parseInt(value, 10)` is used for all values except `BigInt` and | |
| 504 | 504 | `Symbol`. | |
| 505 | - * `%f`: `parseFloat(value)` is used for all values expect `Symbol`. | ||
| 505 | + * `%f`: `parseFloat(value)` is used for all values except `Symbol`. | ||
| 506 | 506 | * `%j`: JSON. Replaced with the string `'[Circular]'` if the argument contains | |
| 507 | 507 | circular references. | |
| 508 | 508 | * `%o`: `Object`. A string representation of an object with generic JavaScript | |
| Back | FazBrowse Home | New Git URL |
0 commit comments