Skip to content

Commit b6cb821

Browse files
committed
Corrected spelling in comments in SampledFunctions.
1 parent e92a78d commit b6cb821

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

sysml.library/Domain Libraries/Analysis/SampledFunctions.sysml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* This package provides a libary model of discretely sampled mathematical functions.
2+
* This package provides a library model of discretely sampled mathematical functions.
33
*/
44
package SampledFunctions {
55
private import Base::Anything;
@@ -44,7 +44,7 @@ package SampledFunctions {
4444
/* Range returns the sequence of the rangeValues of all samples in a SampledFunction. */
4545
calc def Range(fn : SampledFunction) : Anything[0..*] = fn.samples.rangeValue;
4646

47-
/* Sample returns a SampledFunction that samples a given calculation over a seqence of domainValues. */
47+
/* Sample returns a SampledFunction that samples a given calculation over a sequence of domainValues. */
4848
calc def Sample {
4949
in calc calculation (x);
5050
in attribute domainValues [0..*];

0 commit comments

Comments
 (0)