Skip to content

Commit

Permalink
Preferred -- over ','
Browse files Browse the repository at this point in the history
  • Loading branch information
paultjevdh committed Apr 19, 2024
1 parent 7fa2e5b commit 55269e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Modelica/Blocks/Tables.mo
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ extrapolation = 1: Hold the first or last value of the table,
two table points.).
= 3: Periodically repeat the table data (periodical function).
Because no assumption can be made about the spacing of the
samples, defined in the first column, the repetition period
samples -- defined in the first column -- the repetition period
is table[end,1]-table[1,1]. See 'ContinuityPeriodicTableExtrapolation'
in the examples.
= 4: No extrapolation, i.e. extrapolation triggers an error
Expand Down Expand Up @@ -433,7 +433,7 @@ extrapolation = 1: Hold the first or last value of the table,
two table points.).
= 3: Periodically repeat the table data (periodical function).
Because no assumption can be made about the spacing of the
samples, defined in the first column, the repetition period
samples -- defined in the first column -- the repetition period
is table[end,1]-table[1,1]. See 'ContinuityPeriodicTableExtrapolation'
in the examples.
= 4: No extrapolation, i.e. extrapolation triggers an error
Expand Down

0 comments on commit 55269e1

Please sign in to comment.