We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e89ea37 commit f70a47dCopy full SHA for f70a47d
README.md
@@ -31,7 +31,7 @@ In addition to this README, which covers basic usage and installation, you can f
31
Vexil 3 is currently under active development and is a full rewrite using
32
[Swift Macros](https://docs.swift.org/swift-book/documentation/the-swift-programming-language/macros/)
33
and the [Visitor Pattern](https://en.wikipedia.org/wiki/Visitor_pattern) to reduce usage of
34
-[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
35
improving the overall performance.
36
37
The document below describes current the current stable 2.x version. If you'd like to learn more about Vexil 3 see
0 commit comments