Skip to content

Commit

Permalink
πŸ“ Mention resolve_xml_path can now find ..xml/ or ..XML/ too.
Browse files Browse the repository at this point in the history
  • Loading branch information
luukvanderduim committed Mar 18, 2024
1 parent efc4ac5 commit f4e7386
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zbus-lockstep/src/macros.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ use crate::Result;
/// Resolve XML path from either:
///
/// - provided argument,
/// - default location (`xml/` or `XML/`) or
/// - default location (`xml/`, `XML/`, `../xml` or `../XML`) or
/// - env_variable (`LOCKSTEP_XML_PATH`)
///
/// If no XML path is provided, it tries to find the default XML path.
Expand Down

0 comments on commit f4e7386

Please sign in to comment.