Browse Source

Fixed a Typo in the doc

Maqbool 7 years ago
parent
commit
586aa29d26
1 changed files with 1 additions and 1 deletions
  1. 1 1
      doc/overview.edoc

+ 1 - 1
doc/overview.edoc

@@ -111,7 +111,7 @@ Notes:
     can be represented without precision loss and as `binary()' for high
     precision DECIMAL values. This is similar to how the `odbc' OTP application
     treats DECIMALs.</li>
-  <li id="vn3">For `DATETIME', `TIMESTAMP' and `TIME' values with franctions of
+  <li id="vn3">For `DATETIME', `TIMESTAMP' and `TIME' values with fractions of
     seconds, we use a float for the seconds part. (These are unusual and were
     added to MySQL in version 5.6.4.)</li>
   <li id="vn4">Since `TIME' can be outside the `calendar:time()' interval, we use