diff --git a/site/docs/toolchains.md b/site/docs/toolchains.md index 5fe1993e71a2d5..510c2792f15e53 100644 --- a/site/docs/toolchains.md +++ b/site/docs/toolchains.md @@ -263,7 +263,7 @@ bar_toolchain( # Different flags, no debug support on windows. ], compiler_path = "C:\\path\\on\\windows\\barc.exe", - system_lib = "C:\\path\\on\windows\\barclib.dll", + system_lib = "C:\\path\\on\\windows\\barclib.dll", ) ```