Skip to content

Commit 464a3f6

Browse files
committed
clean up docs
1 parent 9f6bf61 commit 464a3f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/BaseModel.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ export class BaseModel extends BaseObject implements IBaseModel {
8181
* Provide a way to update the BaseModel.
8282
*
8383
* @example
84-
* // Example of updating some of the data:
84+
* // Example of updating some data:
8585
* carModel.update({ year: 2015, allWheel: true});
8686
*
8787
* // Of course you can also do it the following way:

0 commit comments

Comments
 (0)