From 1027e0ef8400920fad40210c8705d3b3e7a38ec0 Mon Sep 17 00:00:00 2001
From: Michiel Cottaar <MichielCottaar@protonmail.com>
Date: Thu, 30 May 2024 11:46:21 +0100
Subject: [PATCH] Add variables. in docs

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

diff --git a/docs/src/defining_sequence.md b/docs/src/defining_sequence.md
index 355f72d..9f24c93 100644
--- a/docs/src/defining_sequence.md
+++ b/docs/src/defining_sequence.md
@@ -72,7 +72,7 @@ Setting this allows us to get RF pulse or gradient-specific properties by callin
 ```@example
 using MRIBuilder
 sequence = DiffusionSpinEcho(bval=1., TE=:min, slice_thickness=2.)
-flip_angle(sequence)
+variables.flip_angle(sequence)
 ```
 Here we can see that we get the [`flip_angle`](@ref) for each of the two RF pulses defined using [`get_pulse`](@ref) above.
 
-- 
GitLab