Skip to content

Commit f989605

Browse files
committed
Fix dartdoc typo in ffi
Closes #38233 #38233 GitOrigin-RevId: c3e017d Change-Id: Ife1adb72db8887a91b2049316e8444a4d5f121ec Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/115905 Reviewed-by: Martin Kustermann <[email protected]>
1 parent 2246f0a commit f989605

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/lib/ffi/ffi.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
/**
66
* Foreign Function Interface for interoperability with the C programming language.
77
*
8-
* ** NOTE**: Dart:FFI is in technical preview. The overall feature is incomplete,
8+
* **NOTE**: Dart:FFI is in technical preview. The overall feature is incomplete,
99
* may contain issues, and breaking API changes are still expected.
1010
*
1111
* For further details, please see: https://dart.dev/server/c-interop

0 commit comments

Comments
 (0)