Fix: typo in comment

Fix: 'becauseonce' -> 'because once'
pull/4257/head
moritz-john 2025-01-01 09:46:06 +01:00 committed by GitHub
parent 60611b8a4a
commit b1a197ef57
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -551,7 +551,7 @@ pub const CoreText = struct {
for (0..result.len) |i| {
result[i] = list.getValueAtIndex(macos.text.FontDescriptor, i);
// We need to retain becauseonce the list is freed it will
// We need to retain because once the list is freed it will
// release all its members.
result[i].retain();
}