Skip to content

Commit 5ce3a3f

Browse files
authored
Update README.md
updating line url hashtag in validator func docs
1 parent 2f6fedf commit 5ce3a3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ The Terraform Plugin Framework has a great set of per-value type validator inter
4545
as some validations need not be aware of type, or may benefit from being applicable to multiple types.
4646

4747
To facilitate this, I have created a few that I have found useful when creating my own providers, and defined a
48-
small wrapper to make creating new validators as simple as [defining a function](validation/validators.go#19).
48+
small wrapper to make creating new validators as simple as [defining a function](validation/validators.go#L20).
4949

5050
## Provided Validators
5151

0 commit comments

Comments
 (0)