Skip to content

Commit

Permalink
Fix documentation typo
Browse files Browse the repository at this point in the history
  • Loading branch information
bok- authored Jul 15, 2024
1 parent e89ea37 commit f70a47d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ In addition to this README, which covers basic usage and installation, you can f
Vexil 3 is currently under active development and is a full rewrite using
[Swift Macros](https://docs.swift.org/swift-book/documentation/the-swift-programming-language/macros/)
and the [Visitor Pattern](https://en.wikipedia.org/wiki/Visitor_pattern) to reduce usage of
[Mirror]https://developer.apple.com/documentation/Swift/Mirror and memory usage as well as
[Mirror](https://developer.apple.com/documentation/Swift/Mirror) and memory usage as well as
improving the overall performance.

The document below describes current the current stable 2.x version. If you'd like to learn more about Vexil 3 see
Expand Down

0 comments on commit f70a47d

Please sign in to comment.