mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-25 15:49:02 -05:00
Fix incorrect grammar.
This commit is contained in:
parent
415b1e895d
commit
17400deba9
|
|
@ -20,7 +20,7 @@ struct Strbuf {
|
|||
|
||||
/// The underlying character buffer.
|
||||
///
|
||||
/// UB: This is meant to be a flexible array, but is purposefully defined
|
||||
/// UB: This is meant to be a flexible array, but is purposely defined
|
||||
/// incorrectly in order to match the original byte-code. The correct
|
||||
/// definition method would be as `data[]`.
|
||||
charcode_t data[1];
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user