From 5ecf86cb948351f9fd011c12bb4ab6523a60197e Mon Sep 17 00:00:00 2001
From: "St. Elmo" <stelmozors@gmail.com>
Date: Fri, 18 Jun 2021 17:34:17 +0200
Subject: [PATCH] undo non-typo fix

---
 docs/src/tutorials/4_modifying.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/src/tutorials/4_modifying.md b/docs/src/tutorials/4_modifying.md
index 7d8e12c32..08645ea77 100644
--- a/docs/src/tutorials/4_modifying.md
+++ b/docs/src/tutorials/4_modifying.md
@@ -23,7 +23,7 @@ With `COBREXA.jl`, you have two main choices of making model modifications:
 ## Manual modifications
 
 Certain model types, including [`CoreModel`](@ref) and [`StandardModel`](@ref),
-are built from mutable `strucs` that you are free to modify as you want.
+are built from mutable `structs` that you are free to modify as you want.
 
 [`CoreModel`](@ref) consists of sparse matrices and vectors that describe the
 model precisely. For example, modifying a bound of the reaction is as simple as
-- 
GitLab