Skip to content

Commit 20439be

Browse files
committed
chore: update method doc
1 parent 8a9e0c2 commit 20439be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/BaseProxy.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ class BaseProxy {
122122
}
123123

124124
/**
125-
* Update record by payload using PUT method
125+
* Update record without ID parameter by using PUT method
126126
* @param {Object|string} payload
127127
*/
128128
putWithoutId<T>(payload: any) {

0 commit comments

Comments
 (0)