Skip to content

Commit

Permalink
escape asterisks in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
yuko1101 committed May 25, 2023
1 parent 0309ca2 commit 45ee83b
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](#count) + [stepValue](RelicSubStatData#stepValue) \* [steps](#steps) */
value: number;
}

Expand Down

1 comment on commit 45ee83b

@vercel
Copy link

@vercel vercel bot commented on 45ee83b 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.vercel.app
starrail-yuko1101.vercel.app
starrail-git-main-yuko1101.vercel.app

Please sign in to comment.