Skip to content

Commit

Permalink
code font
Browse files Browse the repository at this point in the history
  • Loading branch information
MaryaBelanger committed Jan 21, 2025
1 parent e4e424b commit 62f8d74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/content/language/libraries.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ like `public` or `private`, consult
Use `import` to specify how a namespace from one library is used in the
scope of another library.

For example, Dart web apps generally use the [dart:js_interop][]
For example, Dart web apps generally use the [`dart:js_interop`][]
library, which they can import like this:

<?code-excerpt "misc/test/language_tour/browser_test.dart (dart-js-interop-import)"?>
Expand Down Expand Up @@ -173,6 +173,6 @@ for advice on how to implement a package, including:
* How to use conditional imports and exports to implement
a library that supports multiple platforms.

[dart:js_interop]: {{site.dart-api}}/dart-js_interop/dart-js_interop-library.html
[`dart:js_interop`]: {{site.dart-api}}/dart-js_interop/dart-js_interop-library.html
[doc comments]: /effective-dart/documentation#consider-writing-a-library-level-doc-comment
[metadata annotations]: /language/metadata

0 comments on commit 62f8d74

Please sign in to comment.