Skip to content

Commit c7019a9

Browse files
cyrganinot-fl3
authored andcommitted
add a missing & to a doctest
1 parent 960d948 commit c7019a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/experimental/animation.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
//! clear_background(WHITE);
4141
//! // Now we can draw our character
4242
//! draw_texture_ex(
43-
//! image,
43+
//! &image,
4444
//! 10.,
4545
//! 10.,
4646
//! WHITE,

0 commit comments

Comments
 (0)