Skip to content

Commit

Permalink
Validator: docs tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
joshtynjala committed Aug 18, 2022
1 parent 05ab2ba commit d03fe37
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/feathers/validators/Validator.hx
Original file line number Diff line number Diff line change
Expand Up @@ -355,12 +355,13 @@ class Validator extends EventDispatcher implements IValidator {
for specifying nested properties.
If you specify a value to the `source` property,
then you should specify a value to the `property`
property as well.
then you should specify a value to either the `property`
property or the `valueFunction` property as well.
The `source` property is optional.
@default null
@see `property`
@see `valueFunction`
**/
public var source(get, set):Dynamic;
Expand Down

0 comments on commit d03fe37

Please sign in to comment.