Skip to content

Commit 4f151c2

Browse files
Merge pull request #715 from dungngminh/main
fix(docs): Remove duplicated API docs at `drawString`
2 parents bebe693 + dc97dbd commit 4f151c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/src/draw/draw_string.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import '../font/bitmap_font.dart';
44
import '../image/image.dart';
55
import 'draw_pixel.dart';
66

7-
/// Draw a string horizontally into [image] horizontally into [image] at
7+
/// Draw a string horizontally into [image] at
88
/// position [x],[y] with the given [color].
99
/// If [x] is not specified, the string will be centered horizontally.
1010
/// If [y] is not specified, the string will be centered vertically.

0 commit comments

Comments
 (0)