aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPDatabaseAction.h
diff options
context:
space:
mode:
authorMax <post@wickenrode.com>2015-03-12 02:21:19 +0100
committerMax <post@wickenrode.com>2015-03-12 02:21:19 +0100
commit6af24620e1126fe08e573ebf4dce93444ac140cb (patch)
tree4901c10c0b1e5bab63246a92090065cf5ce09e5c /Source/SPDatabaseAction.h
parent8cc66aa348870e6cdf086500515848b07ea5aa06 (diff)
downloadsequelpro-6af24620e1126fe08e573ebf4dce93444ac140cb.tar.gz
sequelpro-6af24620e1126fe08e573ebf4dce93444ac140cb.tar.bz2
sequelpro-6af24620e1126fe08e573ebf4dce93444ac140cb.zip
Missed a special case in the previous commit
Diffstat (limited to 'Source/SPDatabaseAction.h')
-rw-r--r--Source/SPDatabaseAction.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/SPDatabaseAction.h b/Source/SPDatabaseAction.h
index 52af621f..137a8737 100644
--- a/Source/SPDatabaseAction.h
+++ b/Source/SPDatabaseAction.h
@@ -75,7 +75,7 @@
*
* @param database name of the new database to be created
* @param encoding charset of the new database (can be nil to skip)
- * @param collation sorting collation of the new database (can be nil. Will be ignored if encoding == nil)
+ * @param collation sorting collation of the new database (can be nil)
* @return YES on success, otherwise NO
*/
- (BOOL)createDatabase:(NSString *)database withEncoding:(NSString *)encoding collation:(NSString *)collation;