chore: update String+extension.swift

Initailizes -> Initializes
This commit is contained in:
Ikko Eltociear Ashimine 2024-08-25 00:53:07 +09:00 committed by GitHub
parent 8db59321d9
commit 29bb97a3f4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ extension String: Verifiable {
extension String: FlatbuffersInitializable {
/// Initailizes a string from a Flatbuffers ByteBuffer
/// Initializes a string from a Flatbuffers ByteBuffer
/// - Parameters:
/// - bb: ByteBuffer containing the readable string
/// - o: Current position