Skip to content

Commit b250056

Browse files
docs: Better comment
1 parent 86052f2 commit b250056

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Confidence/FlagEvaluation.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ extension FlagResolution {
203203
result = value.asDate()
204204
case .timestamp:
205205
result = value.asDateComponents()
206-
// TODO asListNative?
206+
// TODO We should align List and Structure to return the same data type - asListNative?
207207
case .list:
208208
result = value.asList()
209209
case .structure:

0 commit comments

Comments
 (0)