Skip to content

Commit

Permalink
Delete comment about .useDecimals being ignored on some platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
lilyball committed Feb 19, 2018
1 parent 5f13756 commit 9ced98b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Sources/Decoder.swift
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,6 @@ public struct JSONOptions {
/// instead of as `Double` values.
///
/// The default value is `false`.
///
/// - Note: This option is ignored on platforms without `Decimal`.
public var useDecimals: Bool = false

/// Returns a new `JSONOptions` with default values.
Expand Down

0 comments on commit 9ced98b

Please sign in to comment.