Skip to content
This repository was archived by the owner on Jan 17, 2024. It is now read-only.

Commit f7925e6

Browse files
author
Tim Sneath
authored
Update utf16.dart (#33)
Fix Utf6 typo
1 parent 8a88a93 commit f7925e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/src/utf16.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import 'dart:typed_data';
99
import 'package:ffi/ffi.dart';
1010

1111
/// [Utf16] implements conversion between Dart strings and null-terminated
12-
/// Utf6-encoded "char*" strings in C.
12+
/// UTF-16 encoded "char*" strings in C.
1313
///
1414
/// [Utf16] is respresented as a struct so that `Pointer<Utf16>` can be used in
1515
/// native function signatures.

0 commit comments

Comments
 (0)