Reviewers: Kasper Lund, Description: Adding a missing 'the' in the warning message on bleeding edge.
Please review this at http://codereview.chromium.org/155561 SVN Base: http://v8.googlecode.com/svn/branches/bleeding_edge/ Affected files: M benchmarks/run.html Index: benchmarks/run.html =================================================================== --- benchmarks/run.html (revision 2465) +++ benchmarks/run.html (working copy) @@ -92,7 +92,7 @@ <div> <div class="title"><h1>V8 Benchmark Suite - version <span id="version">?</span></h1></div> <div class="warning" id="obsolete"> -Warning! This is not the latest version of V8 benchmark +Warning! This is not the latest version of the V8 benchmark suite. Consider running the <a href="http://v8.googlecode.com/svn/data/benchmarks/current/run.html"> latest version</a>. --~--~---------~--~----~------------~-------~--~----~ v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev -~----------~----~----~----~------~----~------~--~---
