Skip to content

Commit

Permalink
Update doc comment for trimValueWhitespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxDesiatov authored and Arjun Gupta committed Jun 26, 2020
1 parent 78b52b5 commit 2661c13
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Sources/XMLCoder/Decoder/XMLDecoder.swift
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,8 @@ open class XMLDecoder {
open var shouldProcessNamespaces: Bool = false

/** A boolean value that determines whether the parser trims whitespaces
and newlines from the end and the beginning of string values.
and newlines from the end and the beginning of string values. The default
value is `true`.
*/
open var trimValueWhitespaces: Bool

Expand Down

0 comments on commit 2661c13

Please sign in to comment.