Skip to content

Commit ff4f08f

Browse files
committed
Format
1 parent b4c172d commit ff4f08f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

concepts/type-checking/about.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ const espresso = new Coffee();
117117

118118
'isDarkMatter' in espresso;
119119
// => true
120-
````
120+
```
121121

122122
````exercism/note
123123
`in` will return `true` for inherited properties and methods.

concepts/type-checking/introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ const espresso = new Coffee();
117117

118118
'isDarkMatter' in espresso;
119119
// => true
120-
````
120+
```
121121

122122
````exercism/note
123123
`in` will return `true` for inherited properties and methods.

exercises/concept/recycling-robot/.docs/introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ const espresso = new Coffee();
117117

118118
'isDarkMatter' in espresso;
119119
// => true
120-
````
120+
```
121121

122122
````exercism/note
123123
`in` will return `true` for inherited properties and methods.

0 commit comments

Comments
 (0)