Skip to content

Commit

Permalink
Update Defaults.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Aug 12, 2024
1 parent a4890db commit 9c8153c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Defaults/Defaults.swift
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ extension Defaults.Key {
/**
Check whether the stored value is the default value.
- Note: This is only for internal use cause wouldn't work for non-equatable values.
- Note: This is only for internal use because it would not work for non-equatable values.
*/
var _isDefaultValue: Bool {
let defaultValue = defaultValue
Expand Down

0 comments on commit 9c8153c

Please sign in to comment.