Skip to content

Commit

Permalink
doc fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
teh-cmc committed Apr 18, 2024
1 parent c1b8e85 commit 415be97
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/default_loggers.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ use crate::{compute_entity_path, Aliased, RerunLogger, ToRerun};

/// The default [`RerunLogger`]s that are used if no user-defined logger is specified.
///
/// See [`RerunComponentLoggers`] for more information.
/// See [`crate::RerunComponentLoggers`] for more information.
///
/// Public so end users can easily inspect what is configured by default.
#[derive(Resource, Deref, DerefMut, Clone, Debug)]
Expand Down
2 changes: 1 addition & 1 deletion src/rerun_logger.rs
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ impl RerunLogger {
/// Use `None` to prevent the data from being logged entirely.
///
/// Don't set anything if you want to let the default logger to take over.
/// See [`DefaultComponentLoggers`] for more information.
/// See [`crate::DefaultRerunComponentLoggers`] for more information.
///
/// If no default logger exists, the data will be logged as a [`rerun::TextDocument`].
#[derive(Resource, Deref, DerefMut, Clone)]
Expand Down

0 comments on commit 415be97

Please sign in to comment.