diff --git a/posts/build_a_blog.md b/posts/build_a_blog.md index 866b067..960db96 100644 --- a/posts/build_a_blog.md +++ b/posts/build_a_blog.md @@ -894,7 +894,7 @@ index 52ce57b..2ea80cb 100644 The biggest note is that `convert()` now creates a `Markdown` instance on each call. This protects against multiple processes trying to use the single module level `md` instance. -See for notes on how `Markdown.reset()` and thread safety. +See for notes on `Markdown.reset()` usage and thread safety. And re-run the benchmarks: