Skip to content

Commit

Permalink
Fix typo (cocos#7102)
Browse files Browse the repository at this point in the history
  • Loading branch information
shrinktofit authored Aug 10, 2020
1 parent dbf372d commit 9b4f0ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cocos/core/components/ui-base/canvas-component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ export class CanvasComponent extends Component {
* @zh
* 内置相机的颜色缓冲默认值。
*/
@property('清理颜色缓冲区后的颜色')
@tooltip('清理颜色缓冲区后的颜色')
get color () {
return this._color;
}
Expand Down

0 comments on commit 9b4f0ae

Please sign in to comment.