Skip to content

Commit

Permalink
Fix redundant space
Browse files Browse the repository at this point in the history
  • Loading branch information
n-bernat committed Nov 29, 2023
1 parent f450407 commit a37e9ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kanjivg/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ void main() {
const source = '<?xml version="1.0" encoding="UTF-8"?> ... </svg>';
const parser = KanjiParser();
// Returns an instance of `KvgData` with `id`, `character`, `radicals` and `strokes`.
// Returns an instance of `KvgData` with `id`, `character`, `radicals` and `strokes`.
final data = parser.parse(source);
}
```
Expand Down

0 comments on commit a37e9ca

Please sign in to comment.