Skip to content

Commit 87575e5

Browse files
committed
fix invalid doc link
1 parent 528b07d commit 87575e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/ir2/src/primitive.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
use crate::Error;
22
use core::marker::PhantomData;
33

4-
/// Error that may occur upon converting values to [`Const16`].
4+
/// Error that may occur upon converting values to [`Address`] and [`Offset16`].
55
#[derive(Debug, Copy, Clone)]
66
pub struct OutOfBoundsConst;
77

0 commit comments

Comments
 (0)