Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove erroneous comma in README example #23

Closed
wants to merge 1 commit into from

Conversation

ajwheeler
Copy link

Fixes a typo.

Copy link

codecov bot commented Jan 17, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (f2d6e97) 44.50% compared to head (3aeb57b) 44.50%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #23   +/-   ##
=======================================
  Coverage   44.50%   44.50%           
=======================================
  Files           3        3           
  Lines         182      182           
=======================================
  Hits           81       81           
  Misses        101      101           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@@ -24,7 +24,7 @@ julia> add_artifact!(
"Artifacts.toml",
"JuliaMono",
"https://github.com/cormullion/juliamono/releases/download/v0.030/JuliaMono.tar.gz",
force=true,
force=true
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why erroneous? Trailing commas are useful not to break git blame, you can add new options below without touching this line

@ajwheeler
Copy link
Author

I had no idea this was legal. TIL. Thanks!

@ajwheeler ajwheeler closed this Jan 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants