Prechádzať zdrojové kódy

Merge pull request #115 from thiagocaiubi/patch-1

Fix typo
Mikhail P 10 rokov pred
rodič
commit
7a11686578
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -77,7 +77,7 @@ go librato.Librato(metrics.DefaultRegistry,
     "example@example.com", // account owner email address
     "token",               // Librato API token
     "hostname",            // source
-    []float64{0.95},       // precentiles to send
+    []float64{0.95},       // percentiles to send
     time.Millisecond,      // time unit
 )
 ```