Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitfb8c9b0

Browse files
authored
Fix indentation that impacted code block rendering
1 parent51d32da commitfb8c9b0

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

‎README.md‎

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -237,10 +237,11 @@ Be sure to continue to declare all ivars and methods inside the `Class` variable
237237

238238
`Class` instances could only be made possible by making`Class` a Swift`class` and not a`struct`, due to limitations in Swift's type system and several abstractions Swift imposes on the user. Therefore, they do not have the same underlying structure as`Object` does (that is,`Class` does not start with the`isa` defined by the`Object` declaration). To call a class method on a class, pass`.ref` as`this`:
239239

240-
```swift
241-
_msgSend(Person.class.ref, "someClassMethod")
242-
```
243-
In general, use `class.ref` whenever you wish to treat a `Class` as an object.
240+
```swift
241+
_msgSend(Person.class.ref,"someClassMethod")
242+
```
243+
244+
In general, use`class.ref` whenever you wish to treat a`Class` as an object.
244245

245246
---
246247

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp