From 836e103829ad2075f3a9584b449d078cfef497d4 Mon Sep 17 00:00:00 2001
From: Luke Naylor <l.naylor@sms.ed.ac.uk>
Date: Tue, 13 Aug 2024 15:26:20 +0100
Subject: [PATCH] Correct label to ref

---
 tex/computing-solutions.tex | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tex/computing-solutions.tex b/tex/computing-solutions.tex
index f520101..1af3226 100644
--- a/tex/computing-solutions.tex
+++ b/tex/computing-solutions.tex
@@ -7,7 +7,7 @@ Here is an outline of the algorithm which does this. Simplifications will be
 made in the presentation to concentrate on the case we are interested in:
 Problem \ref{problem:problem-statement-2}, finding all pseudo-walls when
 $\beta_{-}(v)\in\QQ$ for a $v$ with positive rank.
-In the next Section \label{sect:prob2-algorithm} from the previous chapter,
+In the next Section \ref{sect:prob2-algorithm} from the previous chapter,
 a different algorithm will be presented making use of theorems from Section
 \ref{sec:refinement}
 with the goal of cutting down the run time.
-- 
GitLab