Fix incorrect grammar.

This commit is contained in:
luckytyphlosion 2023-05-15 19:26:22 -04:00 committed by GitHub
parent 415b1e895d
commit 17400deba9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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];