Skip to content

Commit

Permalink
update comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Benedikt Strehle committed Sep 23, 2023
1 parent 35384f3 commit 8d2faba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions common/components/MainPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@ import type { AddressData } from "common/TOR-Worker.ts";
})
export class MainPage extends UIX.BaseComponent {

// references properties to read input values
// reference properties for input values
@property piDigits = 5;
@property addressPrefix = "";

// reference properties to get calculation state
// reference properties for calculation state
@property calculatingPI = false
@property calculatingAddress = false

Expand Down

0 comments on commit 8d2faba

Please sign in to comment.