mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-04 08:36:12 +00:00
Everywhere: Run spellcheck on all documentation
This commit is contained in:
parent
a7600caea1
commit
ee47c0275e
Notes:
sideshowbarker
2024-07-17 16:42:19 +09:00
Author: https://github.com/BenWiederhake
Commit: ee47c0275e
Pull-request: https://github.com/SerenityOS/serenity/pull/18682
Reviewed-by: https://github.com/MacDue
Reviewed-by: https://github.com/gmta ✅
15 changed files with 26 additions and 26 deletions
|
@ -347,7 +347,7 @@ TEST_CASE(ordered_deletion_and_reinsertion)
|
|||
EXPECT_EQ(table.size(), 1u);
|
||||
|
||||
// By adding 1 again but this time in a different position, we
|
||||
// test whether the bucket's neighbours are reset properly.
|
||||
// test whether the bucket's neighbors are reset properly.
|
||||
table.set(1);
|
||||
EXPECT_EQ(table.size(), 2u);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue