Skip to content

Commit

Permalink
FIx deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
jecisc committed Jan 18, 2024
1 parent 4e4cc2b commit 398f720
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Bloc/BLCursor.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Class {
{ #category : 'accessing' }
BLCursor class >> crosshair [

self deprecated: 'Use Cursor instead.' transformWith: '`@rcv crosshair' -> 'Cursor crosshair'.
self deprecated: 'Use Cursor instead.' transformWith: '`@rcv crosshair' -> 'Cursor crossHair'.
^ Cursor crossHair
]

Expand Down

0 comments on commit 398f720

Please sign in to comment.