Skip to content

Commit 11088f9

Browse files
CBroz1LockerM
andauthored
Apply suggestions from code review
Co-authored-by: Matthew Locker <[email protected]>
1 parent ac5ce54 commit 11088f9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ The following VS Code extensions have been used to support development...
5858
- [Extension](https://marketplace.visualstudio.com/items?itemName=DavidAnson.vscode-markdownlint)
5959
- [GitHub](https://github.com/DavidAnson/markdownlint).
6060
- Config: `.markdownlint.yaml`
61-
2. Rewrap: Supports hard wrapping docs to 88 characters, which makes facilitates PR
61+
2. Rewrap: Supports hard wrapping docs to 88 characters, which facilitates easier PR
6262
review. The default keyboard shortcut is `alt+q` or `option+q`.
6363
- [Extension](https://marketplace.visualstudio.com/items?itemName=stkb.rewrap)
6464
- [GitHub](https://github.com/stkb/Rewrap/)

automation/simulator/deck.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ def _basic_check(self, TC: Card, DR: int) -> None | int:
269269
270270
Args:
271271
TC (Card): Target card
272-
TR: (int): Target Range
272+
DR: (int): Difficulty Range
273273
mod (int): DR modifier
274274
"""
275275
DR = abs(DR)
@@ -306,7 +306,7 @@ def check(
306306
307307
Args:
308308
TC (Card): Target card
309-
DR: (int): Target Range
309+
DR: (int): Difficulty Range
310310
mod (int): DR modifier
311311
upper_lower (str): 'upper' or 'lower' Hand ('u' or 'l'). Default neither.
312312
draw_n (int): How many to draw. If upper/lower, default 2. Otherwise 1.

0 commit comments

Comments
 (0)