Skip to content

Commit 039cb5a

Browse files
committed
Fix typo: Datastub -> DataStub
1 parent ca8e055 commit 039cb5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

+types/+untyped/+datapipe/BoundPipe.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
properties (SetAccess = private)
55
config = types.untyped.datapipe.Configuration.empty;
66
pipeProperties = {};
7-
stub types.untyped.Datastub = types.untyped.DataStub.empty;
7+
stub types.untyped.DataStub = types.untyped.DataStub.empty;
88
end
99

1010
properties (SetAccess = private, Dependent)

0 commit comments

Comments
 (0)