From f989605cc96bef6e34a3833dbbea522b86d313b2 Mon Sep 17 00:00:00 2001 From: Michael Thomsen Date: Fri, 6 Sep 2019 07:47:49 +0000 Subject: [PATCH] Fix dartdoc typo in ffi Closes #38233 https://github.com/dart-lang/sdk/pull/38233 GitOrigin-RevId: c3e017d8c340976aeabfded522886cd9cda0638a Change-Id: Ife1adb72db8887a91b2049316e8444a4d5f121ec Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/115905 Reviewed-by: Martin Kustermann --- sdk/lib/ffi/ffi.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/lib/ffi/ffi.dart b/sdk/lib/ffi/ffi.dart index 6f2c33a077a..a975a138447 100644 --- a/sdk/lib/ffi/ffi.dart +++ b/sdk/lib/ffi/ffi.dart @@ -5,7 +5,7 @@ /** * Foreign Function Interface for interoperability with the C programming language. * - * ** NOTE**: Dart:FFI is in technical preview. The overall feature is incomplete, + * **NOTE**: Dart:FFI is in technical preview. The overall feature is incomplete, * may contain issues, and breaking API changes are still expected. * * For further details, please see: https://dart.dev/server/c-interop