Skip to content

Commit ec0048b

Browse files
authored
Fix stray backtick in markdown documentation (#1761)
1 parent 34742d7 commit ec0048b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ $ dart format --output=none --set-exit-if-changed .
9898

9999
## Using the formatter as a library
100100

101-
The `dart_style package exposes a simple [library API][] for formatting code.
101+
The dart_style package exposes a simple [library API][] for formatting code.
102102
Basic usage looks like this:
103103

104104
[library api]: https://pub.dev/documentation/dart_style/latest/

0 commit comments

Comments
 (0)