Skip to content

Commit 4a936c5

Browse files
committed
Fixed a typo in a comment, and it failing to accept double-brackets.
1 parent 5158d0f commit 4a936c5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

episodes/23-continuous-integration-automated-testing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@ jobs:
389389
python3 -m pytest --cov=inflammation.models tests/test_models.py
390390
```
391391

392-
The `{{ }}` are used
392+
The double-brackets `{` are used
393393
as a means to reference configuration values from the matrix.
394394
This way, every possible permutation of Python versions 3.10 through 3.12
395395
with the latest versions of Ubuntu, Mac OS and Windows operating systems

learners/software-architecture-extra.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ For example, the diagram below depicts the use of MVC architecture for the
110110
[DNA Guide Graphical User Interface application](https://www.software.ac.uk/developing-scientific-applications-using-model-view-controller-approach).
111111

112112
![](fig/mvc-DNA-guide-GUI.png){alt='MVC example of a DNA Guide Graphical User Interface application' .image-with-shadow width="400px" }
113-
{% comment %}Image from <https://www.software.ac.uk/developing-scientific-applications-using-model-view-controller-approach{%> endcomment %}
113+
{% comment %}Image from <https://www.software.ac.uk/developing-scientific-applications-using-model-view-controller-approach>{% endcomment %}
114114

115115
::::::::::::::::::::::::::::::::::::::: challenge
116116

0 commit comments

Comments
 (0)