Skip to content

Commit

Permalink
rename some missing "lane" to "column"
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Cram committed Jul 31, 2022
1 parent cfe203b commit 3074192
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 9 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
accessing
sourceColumn: anSPBLane
sourceColumn: anSPBColumn

sourceColumn := anSPBLane.
sourceColumn := anSPBColumn.
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
"instance" : {
"initialize" : "lo 6/11/2022 14:30",
"sourceColumn" : "tk 7/30/2022 21:42",
"sourceColumn:" : "tk 7/30/2022 21:43",
"sourceColumn:" : "mcr 8/1/2022 00:04",
"wantsToBeDroppedInto:" : "tk 7/30/2022 22:17" } }
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
accessing
column: anSPBLane
column: anSPBColumn

column := anSPBLane.
column := anSPBColumn.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
},
"instance" : {
"column" : "tk 7/30/2022 22:02",
"column:" : "tk 7/30/2022 22:02",
"column:" : "mcr 8/1/2022 00:04",
"mouseEnterDragging:" : "tk 7/30/2022 21:53",
"mouseLeaveDragging:" : "tk 7/30/2022 21:53" } }
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
initialization
initialize
ServiceRegistry current buildProvider: self new
initialize

ServiceRegistry current buildProvider: self new.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"class" : {
"initialize" : "jh 7/31/2022 13:06" },
"initialize" : "mcr 8/1/2022 00:00" },
"instance" : {
} }

0 comments on commit 3074192

Please sign in to comment.