Skip to content

Commit 26a77df

Browse files
committed
Fix doc comment
1 parent 6334641 commit 26a77df

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/handler/ts.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
33
use ts_rs::{TS, TypeVisitor};
44

5-
/// Tuple of [`TsType`] types.
5+
/// Tuple of [`TS`] types.
66
pub trait TsTypeTuple {
77
fn visit_tys(visitor: &mut impl TypeVisitor);
88
}

0 commit comments

Comments
 (0)