Skip to content

Commit 95992a6

Browse files
LinqLoverj4yk
authored andcommitted
Fix documentation of FSReference >> #readStream
1 parent 56ab81c commit 95992a6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.squot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ OrderedDictionary {
1010
'src\/FS-Tests-Disk.package' : #SquotCypressCodeSerializer,
1111
'src\/FS-Tests-AnsiStreams.package' : #SquotCypressCodeSerializer,
1212
'src\/BaselineOfFileSystem.package' : #SquotCypressCodeSerializer
13-
}
13+
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
streams
22
readStream
3-
"Return a FSWriteStream on myself.
3+
"Return a FSReadStream on myself.
44
Not this does not create a new file"
55
^ filesystem readStreamOn: path

src/FS-Core.package/FSReference.class/methodProperties.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
"pathSegments" : "CamilloBruni 8/12/2011 17:07",
9595
"pathString" : "sd 2/11/2011 20:34",
9696
"printOn:" : "cwp 10/11/2009 22:32",
97-
"readStream" : "CamilloBruni 2/6/2012 09:41",
97+
"readStream" : "ct 1/10/2020 15:32",
9898
"readStreamDo:" : "CamilloBruni 2/6/2012 09:41",
9999
"readStreamDo:ifAbsent:" : "CamilloBruni 2/6/2012 09:37",
100100
"readStreamIfAbsent:" : "CamilloBruni 2/6/2012 09:38",

0 commit comments

Comments
 (0)