Skip to content

Commit a619484

Browse files
committed
Fix code block in Relations guide.
1 parent bc32669 commit a619484

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_includes/common/relations.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ let weapons = [scimitar, plasmaRifle, grenade, bunnyRabbit]
234234
// store the weapons for the user
235235
let user = PFUser.currentUser()
236236
user["weaponsList"] = weapons
237-
```
237+
</code></pre>
238238
{: .common-lang-block .swift }
239239

240240
```php

0 commit comments

Comments
 (0)