Skip to content

Commit

Permalink
chore: minor README typo update
Browse files Browse the repository at this point in the history
  • Loading branch information
nixon-voxell committed Sep 12, 2024
1 parent 3b35bd1 commit b1b47fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@ impl TypstPath for HelloWorld {
}
}

// Main function in typst with their respective values.
// `main` function in Typst with their respective values.
// These values can be something else as long as they can be used to
// evaluate the respective input parameters needed for the Typst function.
// evaluate the respective input arguments needed for the function.
#[derive(Resource, Default)]
struct MainFunc {
width: f64,
Expand Down

0 comments on commit b1b47fe

Please sign in to comment.