mirror of
https://github.com/RGBCube/serenity
synced 2025-05-14 07:44:59 +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
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…
Add table
Add a link
Reference in a new issue