Skip to content

Commit e4698de

Browse files
committed
fix link in crate doc comments
1 parent a2a8c30 commit e4698de

File tree

1 file changed

+1
-1
lines changed
  • bevy-trait-query-impl/src

1 file changed

+1
-1
lines changed

bevy-trait-query-impl/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ use syn::{parse_quote, ItemTrait, Result, TraitItem};
2222
///
2323
/// Trait queries are often the most *obvious* solution to a problem, but not always the best one.
2424
/// For examples of strong real-world use-cases, check out the RFC for trait queries in `bevy`:
25-
/// https://github.com/bevyengine/rfcs/pull/39.
25+
/// <https://github.com/bevyengine/rfcs/pull/39>.
2626
///
2727
/// # Note
2828
///

0 commit comments

Comments
 (0)