Skip to content

Commit

Permalink
init: refclocks: fix documentation typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kenyon committed Feb 26, 2024
1 parent ac8ed0f commit 9db8562
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion REFERENCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -509,7 +509,7 @@ Default value: `undef`

Data type: `Hash`

This should be a Hash of hardware reference clock drivers to use. They hash
This should be a Hash of hardware reference clock drivers to use. The hash
should be an array of hardware clocks and their options for that driver.

Example:
Expand Down
2 changes: 1 addition & 1 deletion manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@
# @param minsamples
# Specifies the minimum number of readings kept for tracking of the NIC clock.
# @param refclocks
# This should be a Hash of hardware reference clock drivers to use. They hash
# This should be a Hash of hardware reference clock drivers to use. The hash
# should be an array of hardware clocks and their options for that driver.
#
# Example:
Expand Down

0 comments on commit 9db8562

Please sign in to comment.