Skip to content

Commit c09f2ad

Browse files
committed
chore: Update documentation
1 parent 359dc88 commit c09f2ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/texts/mod.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ impl Text {
110110
///
111111
/// # Arguments
112112
///
113-
/// * `x` - A `f64` value representing the x-coordinate.
113+
/// * `x` - A `f64` value representing the x-coordinate. It only works in the plot title.
114114
///
115115
/// # Returns
116116
///
@@ -124,7 +124,7 @@ impl Text {
124124
///
125125
/// # Arguments
126126
///
127-
/// * `y` - A `f64` value representing the y-coordinate.
127+
/// * `y` - A `f64` value representing the y-coordinate. It only works in the plot title.
128128
///
129129
/// # Returns
130130
///

0 commit comments

Comments
 (0)