You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by to...@apache.org on 2015/03/07 21:48:45 UTC

svn commit: r1664917 - /libcloud/site/trunk/source/_assets/js/code-examples.js

Author: tomaz
Date: Sat Mar  7 20:48:44 2015
New Revision: 1664917

URL: http://svn.apache.org/r1664917
Log:
Update code examples text.

Modified:
    libcloud/site/trunk/source/_assets/js/code-examples.js

Modified: libcloud/site/trunk/source/_assets/js/code-examples.js
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/source/_assets/js/code-examples.js?rev=1664917&r1=1664916&r2=1664917&view=diff
==============================================================================
--- libcloud/site/trunk/source/_assets/js/code-examples.js (original)
+++ libcloud/site/trunk/source/_assets/js/code-examples.js Sat Mar  7 20:48:44 2015
@@ -16,9 +16,9 @@ var LINE_TOOLTIPS = {
 
     '7': [
       'List all the available sizes. <br /><br />In Libcloud, size ',
-      'represents a server hardware configuration. Usually this is amount ',
+      'represents a server hardware configuration. Usually this is the amount ',
       'of the available RAM, bandwidth, CPU speed and disk size. Most of ',
-      'the drivers also expose an hourly price (in dollars) for the Node of',
+      'the drivers also expose an hourly price (in US dollars) for the Node of',
       'this size.'
     ],
     '8': [