Skip to content

Commit

Permalink
[utilities] Replace "since" with "as".
Browse files Browse the repository at this point in the history
As a conjunction, "since" can be either causal or temporal, unlike "as".
  • Loading branch information
tkoeppe committed Jan 15, 2024
1 parent 376f272 commit 38cd2d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/utilities.tex
Original file line number Diff line number Diff line change
Expand Up @@ -687,7 +687,7 @@
\expects
\tcode{false} is \tcode{true}.
\begin{note}
Since this precondition cannot be satisfied, the behavior
As this precondition cannot be satisfied, the behavior
of calling \tcode{unreachable} is undefined.
\end{note}

Expand Down Expand Up @@ -2715,7 +2715,7 @@
make_index_sequence<tuple_size_v<remove_reference_t<Tuple>>>{});
\end{codeblock}
\begin{note}
Since the type \tcode{T} cannot be deduced from the argument list,
As the type \tcode{T} cannot be deduced from the argument list,
it is necessary for it to be supplied as an explicit template argument.
\end{note}
\end{itemdescr}
Expand Down

0 comments on commit 38cd2d2

Please sign in to comment.