mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-21 23:20:20 +00:00
Documentation: SerenityOS' => SerenityOS's in Patterns.md
This is the only instance of `*OS's` in the repo that does not use `s` after the apostrophe. Generally, the saxon genitive for singular nouns is always written as `'s` even if they end in `s`.
This commit is contained in:
parent
6ed069ea8d
commit
f92f571019
Notes:
sideshowbarker
2024-07-17 07:11:12 +09:00
Author: https://github.com/emanuele6 Commit: https://github.com/SerenityOS/serenity/commit/f92f571019 Pull-request: https://github.com/SerenityOS/serenity/pull/21611
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ ErrorOr<void> insert_one_to_onehundred(Vector<int>& vector)
|
|||
|
||||
## Fallible Constructors
|
||||
|
||||
The usual C++ constructors are incompatible with SerenityOS' method of handling errors,
|
||||
The usual C++ constructors are incompatible with SerenityOS's method of handling errors,
|
||||
as potential errors are passed using the `ErrorOr` return type. As a replacement, classes
|
||||
that require fallible operations during their construction define a static function that
|
||||
is fallible instead.
|
||||
|
|
Loading…
Reference in a new issue