aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMelody Horn <melody@boringcactus.com>2023-06-25 19:48:25 -0600
committerMelody Horn <melody@boringcactus.com>2023-06-25 19:48:25 -0600
commitd3cf998d90254f87a0613ca2b44667bf84ceb9c7 (patch)
tree90ee6b641d910fe3a0880d80ec8eecf10cb8731c
parent448112136df8270a8e805acba8d27531d3890843 (diff)
downloadboringcactus.com-d3cf998d90254f87a0613ca2b44667bf84ceb9c7.tar.gz
boringcactus.com-d3cf998d90254f87a0613ca2b44667bf84ceb9c7.zip
update Rhai props
-rw-r--r--_posts/2020-09-16-survey-of-rust-embeddable-scripting-languages.md2
1 files changed, 1 insertions, 1 deletions
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