Skip to content

Commit ba1155e

Browse files
committed
Documentation error
Correcting small documentation error.
1 parent 56af4eb commit ba1155e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/TextReader.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ namespace openshot
119119
TextReader(int width, int height, int x_offset, int y_offset, GravityType gravity, std::string text, std::string font, double size, std::string text_color, std::string background_color);
120120

121121
/// Draw a box under rendered text using the specified color.
122-
/// @param text_background_color The background color behind the text
122+
/// @param color The background color behind the text
123123
void SetTextBackgroundColor(std::string color);
124124

125125
/// Close Reader

0 commit comments

Comments
 (0)