Skip to content

Commit 694cf37

Browse files
Update src/lib/object-hooks-base.abstract.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 50388a3 commit 694cf37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/object-hooks-base.abstract.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ export abstract class ObjectHooksBase<T extends object, Payload = unknown>
9090
}
9191

9292
/**
93-
* @description Sets the `onSetProperty` callback function.
93+
* @description Sets the `onSetProperty` callback function.
9494
* @public
9595
* @param {?OnSetPropertyCallback<T, Payload>} [callbackfn] The callback function to be invoked on set property.
9696
* @returns {this} The `this` instance for chaining.

0 commit comments

Comments
 (0)