From d3cf998d90254f87a0613ca2b44667bf84ceb9c7 Mon Sep 17 00:00:00 2001 From: Melody Horn Date: Sun, 25 Jun 2023 19:48:25 -0600 Subject: update Rhai props --- _posts/2020-09-16-survey-of-rust-embeddable-scripting-languages.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/2020-09-16-survey-of-rust-embeddable-scripting-languages.md b/_posts/2020-09-16-survey-of-rust-embeddable-scripting-languages.md index c2214c0..e152abc 100644 --- a/_posts/2020-09-16-survey-of-rust-embeddable-scripting-languages.md +++ b/_posts/2020-09-16-survey-of-rust-embeddable-scripting-languages.md @@ -348,7 +348,7 @@ Rhai doesn't have pattern matching, so we can't use our `Event` enum directly, b There's so much to love here, but my favorite part is that we don't need any extra glue at all around `print_fancy` to be able to expose it to our Rhai script. This is *excellent*. -Well done to Stephen Chung, Jonathan Turner, and [the rest of the contributors](https://github.com/jonathandturner/rhai/graphs/contributors). +Well done to Stephen Chung, JT, and [the rest of the contributors](https://github.com/rhaiscript/rhai/graphs/contributors). This is gonna be tough to beat. ## dyon -- cgit v1.2.3