mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-27 18:17:22 +02:00
Everywhere: Fix typos
Mostly in comments, but sprintf() now prints "August" instead of "Auguest" so that's something.
This commit is contained in:
committed by
Andreas Kling
parent
7399874479
commit
ef1b21004f
Notes:
sideshowbarker
2024-07-19 02:05:56 +09:00
Author: https://github.com/nico Commit: https://github.com/SerenityOS/serenity/commit/ef1b21004fc Pull-request: https://github.com/SerenityOS/serenity/pull/3662
@@ -106,7 +106,7 @@ test("parameter with a function default value", () => {
|
||||
expect(arrowFunc(() => 10)).toBe(10);
|
||||
});
|
||||
|
||||
test("parameter with an arrow function default vlaue", () => {
|
||||
test("parameter with an arrow function default value", () => {
|
||||
function func(a = () => 5) {
|
||||
return a();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user