Bob Cao преди 9 години
родител
ревизия
5d13ca6fd2
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -91,7 +91,7 @@ Some tips for getting more performance from the driver:
 
 Important Default Keyspace Changes
 ----------------------------------
-gocql no longer supports executing "use <keyspace>" statements to simplfy the library. The user still has the
+gocql no longer supports executing "use <keyspace>" statements to simplify the library. The user still has the
 ability to define the default keyspace for connections but now the keyspace can only be defined before a
 session is created. Queries can still access keyspaces by indicating the keyspace in the query:
 ```sql