Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
stestoll committed Sep 10, 2024
1 parent 13e0cc8 commit 25ef4e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docsrc/saffron.html
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ <h2 id="indirect_dimensions"></h2>
Exp.nPoints = [10 150]; % 10 points along the first indirect dimension, 150 along the second
</pre>
<p>
If omitted for predefined experiments, default values are assumed, see <a class="esf" href="predefinedexperiments.html"> predefined experiments</a>.
If omitted for predefined experiments, default values are assumed, see <a href="predefinedexperiments.html">predefined experiments</a>.
</p>
</div>

Expand Down
2 changes: 1 addition & 1 deletion easyspin/pulse.m
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,7 @@

if ~isfield(Par,'beta') || isempty(Par.beta)
error(['Frequency modulation function ''tanh'' not sufficiently defined. ',...
'Specify dimensionless Par.beta parameter (in 1/µs).']);
'Specify dimensionless Par.beta parameter.']);
end

otherwise
Expand Down

0 comments on commit 25ef4e1

Please sign in to comment.