mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 22:37:49 +00:00
Very small pluralization grammar fix in post 01 (#454)
This commit is contained in:
committed by
Philipp Oppermann
parent
9f6966d7f2
commit
b0d18c735b
@@ -108,7 +108,7 @@ Now the compiler is missing some _language items_. Language items are special pl
|
|||||||
|
|
||||||
Providing our own implementation of the language items would be possible, but this should only be done as a last resort. The reason is that language items are highly unstable implementation details and not even type checked (so the compiler doesn't even check if it has the right argument types).
|
Providing our own implementation of the language items would be possible, but this should only be done as a last resort. The reason is that language items are highly unstable implementation details and not even type checked (so the compiler doesn't even check if it has the right argument types).
|
||||||
|
|
||||||
Fortunately, there are more stable ways to fix these language item error.
|
Fortunately, there are more stable ways to fix these language item errors.
|
||||||
|
|
||||||
### Disabling Unwinding
|
### Disabling Unwinding
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user