From 59d50859cfa335ef88b69c862ac3d38f16561e7f Mon Sep 17 00:00:00 2001 From: Douglas Lowe <10961945+douglowe@users.noreply.github.com> Date: Sat, 16 Mar 2024 00:26:10 +0000 Subject: [PATCH] remove inflammation reference --- _extras/refactor-1-software-design.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_extras/refactor-1-software-design.md b/_extras/refactor-1-software-design.md index 848545623..419715ec1 100644 --- a/_extras/refactor-1-software-design.md +++ b/_extras/refactor-1-software-design.md @@ -91,7 +91,7 @@ Now that we know what goals we should aspire to, let us take a critical look at software project and try to identify ways in which it can be improved. Our software project contains a branch `full-data-analysis` with code for a new feature of our -inflammation analysis software. Recall that you can see all your branches as follows: +catchment analysis software. Recall that you can see all your branches as follows: ~~~ $ git branch --all ~~~