doc: stdlib: changes standard object messages to kebab-case

This commit is contained in:
2025-11-07 09:56:36 +00:00
parent aca3c0c456
commit c8f0be14a1

View File

@@ -30,10 +30,10 @@ version: 1.0
-is: -is:
-implements: -implements:
-respondsTo: -responds-to:
-doesNotUnderstand(selector:args:) -does-not-understand(selector:args:)
-sendMsg(selector:args:) -send-msg(selector:args:)
-toString -to-string
3.2 Int 3.2 Int
@@ -78,8 +78,8 @@ version: 1.0
-size -size
-exists: -exists:
-put:at: -at:
-get: -at:put:
-map: -map:
-select: -select:
-select:collect: -select:collect:
@@ -92,7 +92,7 @@ version: 1.0
Messages: Messages:
-value -value
-moveNext -move-next
-select: -select:
-select:collect: -select:collect:
-iterator -iterator
@@ -103,7 +103,7 @@ version: 1.0
Messages: Messages:
-argCount -arg-count
-call -call
-call: -call:
-call(_:_:) -call(_:_:)
@@ -130,7 +130,7 @@ version: 1.0
-msg -msg
-data -data
-withMsg:andData: -with-msg:and-data:
4 std.io 4 std.io