mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 03:47:34 +00:00
Everywhere: Clean up "the the" comment typos
This commit is contained in:
parent
b820b9b2ff
commit
daeaefad17
12 changed files with 15 additions and 15 deletions
2
AK/URL.h
2
AK/URL.h
|
@ -19,7 +19,7 @@
|
|||
namespace AK {
|
||||
|
||||
// NOTE: The member variables cannot contain any percent encoded sequences.
|
||||
// The URL parser automatically decodes those sequences and the the serialize() method will re-encode them as necessary.
|
||||
// The URL parser automatically decodes those sequences and the serialize() method will re-encode them as necessary.
|
||||
class URL {
|
||||
friend class URLParser;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue