Skip to content

Commit e015883

Browse files
committed
Fixed typos in release notes, issue templates, and dev documentation.
1 parent 2059f76 commit e015883

3 files changed

Lines changed: 6 additions & 5 deletions

File tree

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ assignees: ''
99

1010
<!--
1111
- Start with a clear description of the unintended behavior.
12-
- Provide the steps to reproduce the it.
12+
- Provide the steps to reproduce what you're seeing.
1313
- Provide code and attach model file(*) as needed.
14-
- Mention your operating system and Python version.
14+
- Mention your operating system, Comsol and Python version.
1515
- Describe the expected behavior if not obvious.
1616
- Pick a descriptive issue title tailored to your bug report.
1717

docs/releases.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,14 @@
3333
mode on Windows in order to connect to the Comsol compute back-end, instead
3434
of the stand-alone client we used to prefer for better start-up performance.
3535
This might solve some non-reproducible problems Windows users have reported.
36-
It is not expected to have detrimental effects on the user experience.
36+
It is not expected to have detrimental effects on the overall user
37+
experience.
3738
- Prioritizes Comsol installation found on search path.
3839
([#232](https://github.com/MPh-py/MPh/pull/232))
3940
\
4041
The Comsol installation associated with the Comsol executable found on the
4142
search path (the `PATH` environment variable) is now preferred over other
42-
Comsol installations of the same versions. This is useful for the rare
43+
Comsol installations of the same version. This is useful for the rare
4344
scenario when different single-user licenses are to be used on the same
4445
machine.
4546
- Replaces Comsol's deprecated `clearSolution()` with `clearSolutionData()`.

tools/ReadMe.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,5 +66,5 @@ with `pip install --group dev --editable .`
6666
```shell
6767
❯ uv run tools/measure_coverage.py
6868
# Add upload token in shell environment.
69-
❯ uv run tools/report_coverage.py`
69+
❯ uv run tools/report_coverage.py
7070
```

0 commit comments

Comments
 (0)