Skip to content

Commit

Permalink
Corrected description of "fallback" in docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jordan Baxter committed Dec 11, 2023
1 parent 386a08e commit 59f6c35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git-version-macro/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ fn git_version_impl(args: Args) -> syn::Result<TokenStream2> {
/// - `fallback`:
/// If all else fails, this string will be given instead of reporting an
/// error. This will yield the same type as if the macro was a success, but
/// format will be `[("fallback", fallback_argument)]`
/// format will be `[("relative/path/to/submodule", {fallback})]`
///
/// # Examples
///
Expand Down

0 comments on commit 59f6c35

Please sign in to comment.