mirror of
https://github.com/RGBCube/serenity
synced 2025-05-14 08:24:58 +00:00
Everywhere: Fix a few comment typos
This commit is contained in:
parent
bc807466f9
commit
6911c5545c
8 changed files with 9 additions and 9 deletions
|
@ -13,7 +13,7 @@
|
|||
namespace AK {
|
||||
|
||||
// This entire algorithm is an implementation of the paper: Ryu: Fast Float-to-String Conversion
|
||||
// by Ulf Adams, available at https://dl.acm.org/doi/pdf/10.1145/3192366.3192369 and an implemenetation
|
||||
// by Ulf Adams, available at https://dl.acm.org/doi/pdf/10.1145/3192366.3192369 and an implementation
|
||||
// at https://github.com/ulfjack/ryu . A lot of possible mistakes from the article were corrected, see
|
||||
// discussion at https://github.com/SerenityOS/serenity/pull/15796 .
|
||||
//
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue