Skip to content

Commit

Permalink
Merge pull request #1 from navidcy/patch-1
Browse files Browse the repository at this point in the history
Fix typo in README
  • Loading branch information
longemen3000 committed Feb 14, 2024
2 parents 464839f + cbf3d31 commit 4f23c6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -4,7 +4,7 @@

A package that defines some commonly used boilerplate using in extensions.

There are different usecases that appeared during the transition to julia 1.9 extensions. We are going to use an hypothetical package, `Things.jl`, tho showcase how we can use `ExtensionsExt.jl` to address those usecases.
There are different usecases that appeared during the transition to julia 1.9 extensions. We are going to use an hypothetical package, `Things.jl`, to showcase how we can use `ExtensionsExt.jl` to address those usecases.

### Case 0: only extending new methods, using Requires.jl

Expand Down

0 comments on commit 4f23c6c

Please sign in to comment.