Fix doc comment

This commit is contained in:
Ayaz Hafiz 2022-08-15 11:01:29 -05:00
parent 3770db5d70
commit 51faeaf9af
No known key found for this signature in database
GPG key ID: 0E2A37416A25EF58

View file

@ -53,7 +53,7 @@ fn module_source_and_path(builtin: DeriveBuiltin) -> (ModuleId, &'static str, Pa
} }
} }
/// DSL for creating [`Content`][crate::subs::Content]. /// DSL for creating [`Content`][roc_types::subs::Content].
#[macro_export] #[macro_export]
macro_rules! v { macro_rules! v {
({ $($field:ident: $make_v:expr,)* $(?$opt_field:ident : $make_opt_v:expr,)* }) => {{ ({ $($field:ident: $make_v:expr,)* $(?$opt_field:ident : $make_opt_v:expr,)* }) => {{