Skip to content

Commit

Permalink
Example copy updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Spacerat committed Feb 1, 2023
1 parent b68738c commit bc7569a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions calc-frontend/components/Examples.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export function Examples() {
<div className={styles.analysis}>
<h2>Examples</h2>
<div className={styles.analyses}>
Perform date arithmetic
Do time math easily (seconds, minutes, days and weeks)
<Example example="10 days + 3 weeks" />
Break down calculations into simple steps
<Example
Expand All @@ -50,7 +50,7 @@ export function Examples() {
engineers = 2 to 3
`}
/>
Estimate a probability that expenses will be less than $3000
Estimate a probability that monthly expenses will be less than $3000
<Example
example={`
expenses per month = food per day * 30 + rent + utilities
Expand Down

0 comments on commit bc7569a

Please sign in to comment.