You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/4.0/sequence/container.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -137,7 +137,7 @@ $timestamp = $sequence->getTotalTimestampInterval(); // a float
137
137
Sequence::subtract(Sequence $sequence): Sequence
138
138
~~~
139
139
140
-
This method enables subtracting a `Sequence` instance from another one. It internally use `Period::substract` and as such is not commutative.
140
+
This method enables subtracting a `Sequence` instance from another one. It internally use `Period::subtract` and as such is not commutative.
141
141
142
142
<pclass="message-notice"><strong>warning:</strong> This method is not optimized for subtracting two large collection of <code>Sequence</code> objects.</p>
0 commit comments