Skip to content

Commit 67850d3

Browse files
Update src/lib.rs
1 parent 97dd1c8 commit 67850d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ pub type ContainerOf<T> = <T as Columnar>::Container;
7575

7676
/// For a lifetime, the reference type of columnar type `T`.
7777
///
78-
/// Equivalent to `<ContainerOf<T> as ReadContainer>::Ref<'a>`.
78+
/// Equivalent to `<ContainerOf<T> as Borrow>::Ref<'a>`.
7979
pub type Ref<'a, T> = <ContainerOf<T> as Borrow>::Ref<'a>;
8080

8181
/// A type that can be borrowed into a preferred reference type.

0 commit comments

Comments
 (0)