mirror of
https://github.com/dart-lang/sdk
synced 2024-11-05 18:22:09 +00:00
Fix link markup in ffi README
Closes #39196 https://github.com/dart-lang/sdk/pull/39196 GitOrigin-RevId: 0a3c0cf7fb3abd496fc54c018e5603a79c767a17 Change-Id: I67d5e0a3408e24bd732a0c8f2d1f4674965acf99 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/123691 Reviewed-by: Michael Thomsen <mit@google.com>
This commit is contained in:
parent
f91ef3afd7
commit
740cd89ad8
1 changed files with 1 additions and 1 deletions
|
@ -37,5 +37,5 @@ expected this query to fail: no such column: non_existing_column (Code 1: SQL lo
|
|||
## Tutorial
|
||||
|
||||
A tutorial walking through the code is available in [docs/sqlite-tutorial.md](docs/sqlite-tutorial.md).
|
||||
For information on how to use this package within a Flutter app, see [docs/android.md].
|
||||
For information on how to use this package within a Flutter app, see [docs/android.md](docs/android.md).
|
||||
(Note: iOS is not yet supported).
|
||||
|
|
Loading…
Reference in a new issue