diff options
author | Melody Horn <melody@boringcactus.com> | 2023-06-25 19:48:25 -0600 |
---|---|---|
committer | Melody Horn <melody@boringcactus.com> | 2023-06-25 19:48:25 -0600 |
commit | d3cf998d90254f87a0613ca2b44667bf84ceb9c7 (patch) | |
tree | 90ee6b641d910fe3a0880d80ec8eecf10cb8731c /_posts | |
parent | 448112136df8270a8e805acba8d27531d3890843 (diff) | |
download | boringcactus.com-d3cf998d90254f87a0613ca2b44667bf84ceb9c7.tar.gz boringcactus.com-d3cf998d90254f87a0613ca2b44667bf84ceb9c7.zip |
update Rhai props
Diffstat (limited to '_posts')
-rw-r--r-- | _posts/2020-09-16-survey-of-rust-embeddable-scripting-languages.md | 2 |
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 |