Skip to content

Commit

Permalink
fix(macros): typo in resolve_backend_crate_import comment (#62)
Browse files Browse the repository at this point in the history
noticed while reading this
  • Loading branch information
LeoDog896 authored Aug 16, 2024
1 parent 5d98c18 commit 11c67ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion egui_commonmark_macros/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ pub fn commonmark_str(input: proc_macro::TokenStream) -> proc_macro::TokenStream

fn resolve_backend_crate_import() -> proc_macro2::TokenStream {
// The purpose of this is to ensure that when used through egui_commonmark
// the genererated code can always find egui_commonmark_backend without the
// the generated code can always find egui_commonmark_backend without the
// user having to import themselves.
//
// There are other ways to do this that does not depend on an external crate
Expand Down

0 comments on commit 11c67ea

Please sign in to comment.