Skip to content

Commit de1c6a8

Browse files
committed
fix apidocs
1 parent 46f85e0 commit de1c6a8

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

apidoc/Titanium/Database/Database.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -135,11 +135,9 @@ methods:
135135
type: String
136136
- name: flags
137137
summary: |
138-
Optional flag on Android to pass open flags. If not specified it will use
138+
Optional flag on Android since 13.1.0 to pass open flags. If not specified it will use
139139
CREATE_IF_NECESSARY | NO_LOCALIZED_COLLATORS.
140-
type: int
141-
platforms: [android]
142-
since: { android: "13.1.0" }
140+
type: Number
143141
examples:
144142
- title: Open a Database from Internal Storage (iOS)
145143
example: |

0 commit comments

Comments
 (0)