diff --git a/docs/src/defining_sequence.md b/docs/src/defining_sequence.md index 355f72d3f44bf0e3f975a5efe7a2d76b586bffbe..9f24c93097493bd8187e54df6e92062a9532d73b 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.