Skip to content

Commit bd7bfe1

Browse files
Update pkgs/ffigen/doc/objc_runtime_types.md
Co-authored-by: Michael Goderbauer <goderbauer@google.com>
1 parent 4d0871d commit bd7bfe1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkgs/ffigen/doc/objc_runtime_types.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ When doing Objective-C interop (or Java interop for that matter),
1919
another layer of typing is added to each variable. As well as the
2020
Dart static type and runtime type, there is also the Objective-C
2121
runtime type to consider. The (Dart static/Dart runtime/Objective-C runtime)
22-
types could come in just about any combination eg (`Base`/`Child`/`Child`),
22+
types could come in just about any combination, e.g. (`Base`/`Child`/`Child`),
2323
(`Base`/`Base`/`Child`), or even (`Base`/`Child`/`Grandchild`).
2424

2525
Just like in the pure Dart case, the Dart static type determines

0 commit comments

Comments
 (0)