summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorXin Li <delphij@google.com>2017-01-05 11:43:09 -0800
committerXin Li <delphij@google.com>2017-01-05 11:49:43 -0800
commit5c14ebbbfa349a9f6de7313109bb9ebce1576933 (patch)
treed725e14675f64fdc3350c0695861c8cd69b980a7 /docs
parent33bd8a97b35bf841cf09be58e6446dd31b64a361 (diff)
Use half-width quotes in code example.
Test: m -j49 -k docs BUG: 34106216 Change-Id: I366b0bf085ad3fd166b7961301bb8c35da6a7630
Diffstat (limited to 'docs')
-rwxr-xr-xdocs/html/google/play/billing/billing_integrate.jd2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/html/google/play/billing/billing_integrate.jd b/docs/html/google/play/billing/billing_integrate.jd
index 5d6b3a8f2e3f..1f1939c8e82d 100755
--- a/docs/html/google/play/billing/billing_integrate.jd
+++ b/docs/html/google/play/billing/billing_integrate.jd
@@ -294,7 +294,7 @@ ArrayList&lt;String&gt; skuList = new ArrayList&lt;String&gt; ();
skuList.add("premiumUpgrade");
skuList.add("gas");
Bundle querySkus = new Bundle();
-querySkus.putStringArrayList(“ITEM_ID_LIST”, skuList);
+querySkus.putStringArrayList("ITEM_ID_LIST", skuList);
</pre>
<p>