File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Sources/Appwrite/Services Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -1290,7 +1290,7 @@ open class Databases: Service {
12901290 }
12911291
12921292 ///
1293- /// Create a geometric 2d point attribute.
1293+ /// Create a geometric point attribute.
12941294 ///
12951295 /// - Parameters:
12961296 /// - databaseId: String
Original file line number Diff line number Diff line change @@ -1166,7 +1166,7 @@ open class TablesDB: Service {
11661166 }
11671167
11681168 ///
1169- /// Create a geometric line attribute .
1169+ /// Create a geometric line column .
11701170 ///
11711171 /// - Parameters:
11721172 /// - databaseId: String
@@ -1213,7 +1213,7 @@ open class TablesDB: Service {
12131213
12141214 ///
12151215 /// Update a line column. Changing the `default` value will not update already
1216- /// existing documents .
1216+ /// existing rows .
12171217 ///
12181218 /// - Parameters:
12191219 /// - databaseId: String
@@ -1262,7 +1262,7 @@ open class TablesDB: Service {
12621262 }
12631263
12641264 ///
1265- /// Create a geometric point attribute .
1265+ /// Create a geometric point column .
12661266 ///
12671267 /// - Parameters:
12681268 /// - databaseId: String
@@ -1309,7 +1309,7 @@ open class TablesDB: Service {
13091309
13101310 ///
13111311 /// Update a point column. Changing the `default` value will not update already
1312- /// existing documents .
1312+ /// existing rows .
13131313 ///
13141314 /// - Parameters:
13151315 /// - databaseId: String
@@ -1358,7 +1358,7 @@ open class TablesDB: Service {
13581358 }
13591359
13601360 ///
1361- /// Create a geometric polygon attribute .
1361+ /// Create a geometric polygon column .
13621362 ///
13631363 /// - Parameters:
13641364 /// - databaseId: String
@@ -1405,7 +1405,7 @@ open class TablesDB: Service {
14051405
14061406 ///
14071407 /// Update a polygon column. Changing the `default` value will not update
1408- /// already existing documents .
1408+ /// already existing rows .
14091409 ///
14101410 /// - Parameters:
14111411 /// - databaseId: String
You can’t perform that action at this time.
0 commit comments