Skip to content

Commit

Permalink
docs(naga): docs. link for language_extension mod.
Browse files Browse the repository at this point in the history
  • Loading branch information
ErichDonGubler committed Oct 23, 2024
1 parent 77a757b commit a8c9356
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion naga/src/front/wgsl/parse/directive.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ pub(crate) mod language_extension;
pub(crate) enum DirectiveKind {
/// An [`enable_extension`].
Enable,
/// A language extension.
/// A [`language_extension`].
Requires,
Unimplemented(UnimplementedDirectiveKind),
}
Expand Down

0 comments on commit a8c9356

Please sign in to comment.