Skip to content

Commit

Permalink
Update comment for docs
Browse files Browse the repository at this point in the history
  • Loading branch information
yuko1101 committed May 25, 2023
1 parent 45ee83b commit f791519
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/models/relic/Relic.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export interface RelicSubStat {
count: number;
/** */
steps: number;
/** Calculated by [baseValue](RelicSubStatData#baseValue) \* [count](#count) + [stepValue](RelicSubStatData#stepValue) \* [steps](#steps) */
/** Calculated by [baseValue](RelicSubStatData#baseValue) \* `count` + [stepValue](RelicSubStatData#stepValue) \* `steps` */
value: number;
}

Expand Down

1 comment on commit f791519

@vercel
Copy link

@vercel vercel bot commented on f791519 May 25, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

starrail – ./

starrail-yuko1101.vercel.app
starrail-git-main-yuko1101.vercel.app
starrail.vercel.app

Please sign in to comment.