Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(752)

Unified Diff: src/site/articles/style-guide/index.markdown

Issue 847843002: Style guide tweak (Closed) Base URL: https://github.com/dart-lang/www.dartlang.org.git@master
Patch Set: Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/site/articles/style-guide/index.markdown
diff --git a/src/site/articles/style-guide/index.markdown b/src/site/articles/style-guide/index.markdown
index 39ffaf078b3eacb00aa9a5ebab3ae952754d77ba..566e9e785b0b39ba0582f82bd1635dd79b3a4a3d 100644
--- a/src/site/articles/style-guide/index.markdown
+++ b/src/site/articles/style-guide/index.markdown
@@ -641,7 +641,7 @@ class Dice {
<div class="bad">
{% prettify dart %}
-const pi = 3.14;
+const PI = 3.14;
const kDefaultTimeout = 1000;
final URL_SCHEME = new RegExp('^([a-z]+):');
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698