We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 607df66 commit 065cde2Copy full SHA for 065cde2
1 file changed
src/Hyperbee.Expressions.Compiler/README.md
@@ -205,10 +205,10 @@ Expression Tree
205
206
## Credits
207
208
-- [FastExpressionCompiler](https://github.com/dadhi/FastExpressionCompiler) by Maksim Volkau —
+- [FastExpressionCompiler](https://github.com/dadhi/FastExpressionCompiler) by Maksim Volkau -
209
the inspiration and benchmark target. FEC pioneered high-performance expression compilation
210
and remains the fastest option available. :heart:
211
-- [System.Linq.Expressions](https://learn.microsoft.com/en-us/dotnet/api/system.linq.expressions) —
+- [System.Linq.Expressions](https://learn.microsoft.com/en-us/dotnet/api/system.linq.expressions) -
212
the reference implementation and correctness baseline.
213
214
## License
0 commit comments