From 686c62588e21c0f048e74ee35eb55e6e6e6fec66 Mon Sep 17 00:00:00 2001 From: Googler Date: Thu, 17 Jan 2019 13:34:13 -0800 Subject: [PATCH] Insert additional escaping \ to windows path in docs. PiperOrigin-RevId: 229808359 --- site/docs/toolchains.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", ) ```