diff options
author | Profpatsch <mail@profpatsch.de> | 2024-08-09T18·21+0200 |
---|---|---|
committer | Profpatsch <mail@profpatsch.de> | 2024-08-09T18·29+0000 |
commit | 8e13838451c9e7e9a67d29ba7c115246f04923f6 (patch) | |
tree | 9b40446e1939b90bc8030bae6747a3028d2fe06d | |
parent | c9a2783d2df2458041f26c189e96c5e7adb82d2d (diff) |
fix(web/tvl): fix 24-08 update typo r/8470
Change-Id: I0dc69e527a258c298275f688e728b0f951e3071d Reviewed-on: https://cl.tvl.fyi/c/depot/+/12173 Reviewed-by: flokli <flokli@flokli.de> Tested-by: BuildkiteCI Reviewed-by: Ilan Joselevich <personal@ilanjoselevich.com>
-rw-r--r-- | web/tvl/blog/2024-08-tvix-update.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/tvl/blog/2024-08-tvix-update.md b/web/tvl/blog/2024-08-tvix-update.md index 0305f9050661..7307c3927a2f 100644 --- a/web/tvl/blog/2024-08-tvix-update.md +++ b/web/tvl/blog/2024-08-tvix-update.md @@ -72,7 +72,7 @@ fix some correctness issues there. Even though we don't want to focus too much on performance improvements until all features of Nix are properly understood and representable with our architecture, there's been some work on removing some obvious and low-risk -performance improvements. Expect a detailed blog post around that soon after +performance bottlenecks. Expect a detailed blog post around that soon after this one! ## Tracing / O11Y Support |