Skip to content

Commit 0fb376f

Browse files
committed
doc: Two minor wording tweaks.
1 parent 7250fd1 commit 0fb376f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/term.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ impl Term {
203203
})
204204
}
205205

206-
/// Return the style for the term
206+
/// Return the style for this terminal
207207
#[inline]
208208
pub fn style(&self) -> Style {
209209
match self.inner.target {
@@ -214,7 +214,7 @@ impl Term {
214214
}
215215
}
216216

217-
/// Return the target
217+
/// Return the target of this terminal
218218
#[inline]
219219
pub fn target(&self) -> TermTarget {
220220
self.inner.target.clone()

0 commit comments

Comments
 (0)