We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f6bf61 commit 464a3f6Copy full SHA for 464a3f6
src/BaseModel.ts
@@ -81,7 +81,7 @@ export class BaseModel extends BaseObject implements IBaseModel {
81
* Provide a way to update the BaseModel.
82
*
83
* @example
84
- * // Example of updating some of the data:
+ * // Example of updating some data:
85
* carModel.update({ year: 2015, allWheel: true});
86
87
* // Of course you can also do it the following way:
0 commit comments