Add the correct type of quote in code snippet
I suspect we actually never want this type of quote. However,
correcting them everywhere seems a lot of useless work. In the case of
code snippet however, it seems important to have it right.
Bug: 1294776
Change-Id: I71d63c902a959a3bede5aeb48bc2500a232097f6
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3443425
Reviewed-by: Jérôme Lebel <[email protected]>
Auto-Submit: Arthur Milchior <[email protected]>
Commit-Queue: Arthur Milchior <[email protected]>
Cr-Commit-Position: refs/heads/main@{#971228}
diff --git a/docs/ios/multiwindow_eg_tests.md b/docs/ios/multiwindow_eg_tests.md
index 09adc56d..e7e48f23 100644
--- a/docs/ios/multiwindow_eg_tests.md
+++ b/docs/ios/multiwindow_eg_tests.md
@@ -8,7 +8,7 @@
## Window Number
Windows are numbered, through their `accessibilityIdentifier`, in the order they
-are created. The first window will be `@”0”`, the second window will be `@”1”`,
+are created. The first window will be `@"0"`, the second window will be `@"1"`,
etc. In most helper functions, the integer is used to identify windows.
Windows are not automatically renumbered so it is possible to end up with two