Skip to content

Commit 7cd60ee

Browse files
committed
fix doclink
1 parent f25c1e3 commit 7cd60ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/store/re_sorbet/src/selectors.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ impl std::str::FromStr for ComponentColumnSelector {
132132
/// Parses a string in the form of `entity_path:component_name`.
133133
///
134134
/// Note that no attempt is made to interpret `component_name`. In particular, we don't attempt
135-
/// to prepend a `rerun.components.` prefix like [`ComponentPath::from_str`] does.
135+
/// to prepend a `rerun.components.` prefix like `ComponentPath::from_str` does.
136136
fn from_str(selector: &str) -> Result<Self, Self::Err> {
137137
if selector.is_empty() {
138138
return Err(ColumnSelectorParseError::EmptyString);

0 commit comments

Comments
 (0)