Skip to content

Commit da6f749

Browse files
ilhanoztozludiemol
authored andcommitted
C # comment line syntax correction (#362)
* Update browser_manipulation.es.md C # comment line syntax correction * Update browser_manipulation.nl.md C # comment line syntax correction * Update browser_manipulation.zh-cn.md C # comment line syntax correction * Update browser_manipulation.ja.md C # comment line syntax correction * Update browser_manipulation.fr.md C # comment line syntax correction * Update browser_manipulation.en.md C # comment line syntax correction
1 parent 5d0718e commit da6f749

6 files changed

+11
-11
lines changed

docs_source_files/content/webdriver/browser_manipulation.en.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,7 @@ finally:
449449
{{< / code-panel >}}
450450
{{< code-panel language="csharp" >}}
451451
try {
452-
#WebDriver code here...
452+
//WebDriver code here...
453453
} finally {
454454
driver.Quit();
455455
}
@@ -839,4 +839,4 @@ Fills the entire screen, similar to pressing F11 in most browsers.
839839
# We don't have a Ruby code sample yet - Help us out and raise a PR
840840
{{< / code-panel >}}
841841
{{< code-panel language="javascript" >}}await driver.manage().window().fullscreen();{{< / code-panel >}}
842-
{{< / code-tab >}}
842+
{{< / code-tab >}}

docs_source_files/content/webdriver/browser_manipulation.es.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -455,7 +455,7 @@ finally:
455455
{{< / code-panel >}}
456456
{{< code-panel language="csharp" >}}
457457
try {
458-
#WebDriver code here...
458+
//WebDriver code here...
459459
} finally {
460460
driver.Quit();
461461
}
@@ -845,4 +845,4 @@ Fills the entire screen, similar to pressing F11 in most browsers.
845845
# We don't have a Ruby code sample yet - Help us out and raise a PR
846846
{{< / code-panel >}}
847847
{{< code-panel language="javascript" >}}await driver.manage().window().fullscreen();{{< / code-panel >}}
848-
{{< / code-tab >}}
848+
{{< / code-tab >}}

docs_source_files/content/webdriver/browser_manipulation.fr.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -455,7 +455,7 @@ finally:
455455
{{< / code-panel >}}
456456
{{< code-panel language="csharp" >}}
457457
try {
458-
#WebDriver code here...
458+
//WebDriver code here...
459459
} finally {
460460
driver.Quit();
461461
}
@@ -845,4 +845,4 @@ Fills the entire screen, similar to pressing F11 in most browsers.
845845
# We don't have a Ruby code sample yet - Help us out and raise a PR
846846
{{< / code-panel >}}
847847
{{< code-panel language="javascript" >}}await driver.manage().window().fullscreen();{{< / code-panel >}}
848-
{{< / code-tab >}}
848+
{{< / code-tab >}}

docs_source_files/content/webdriver/browser_manipulation.ja.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -453,7 +453,7 @@ finally:
453453
{{< / code-panel >}}
454454
{{< code-panel language="csharp" >}}
455455
try {
456-
#WebDriver code here...
456+
//WebDriver code here...
457457
} finally {
458458
driver.Quit();
459459
}

docs_source_files/content/webdriver/browser_manipulation.nl.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -455,7 +455,7 @@ finally:
455455
{{< / code-panel >}}
456456
{{< code-panel language="csharp" >}}
457457
try {
458-
#WebDriver code here...
458+
//WebDriver code here...
459459
} finally {
460460
driver.Quit();
461461
}
@@ -845,4 +845,4 @@ Fills the entire screen, similar to pressing F11 in most browsers.
845845
# We don't have a Ruby code sample yet - Help us out and raise a PR
846846
{{< / code-panel >}}
847847
{{< code-panel language="javascript" >}}await driver.manage().window().fullscreen();{{< / code-panel >}}
848-
{{< / code-tab >}}
848+
{{< / code-tab >}}

docs_source_files/content/webdriver/browser_manipulation.zh-cn.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -454,7 +454,7 @@ finally:
454454
{{< / code-panel >}}
455455
{{< code-panel language="csharp" >}}
456456
try {
457-
#WebDriver code here...
457+
//WebDriver code here...
458458
} finally {
459459
driver.Quit();
460460
}
@@ -844,4 +844,4 @@ Fills the entire screen, similar to pressing F11 in most browsers.
844844
# We don't have a Ruby code sample yet - Help us out and raise a PR
845845
{{< / code-panel >}}
846846
{{< code-panel language="javascript" >}}await driver.manage().window().fullscreen();{{< / code-panel >}}
847-
{{< / code-tab >}}
847+
{{< / code-tab >}}

0 commit comments

Comments
 (0)