Skip to content

Commit bb83860

Browse files
committed
Fix a comment in a code example
1 parent d74107f commit bb83860

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/reference/metaprogramming/inline.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ Inline methods can override other non-inline methods. The rules are as follows:
176176

177177
B.f // OK
178178
val a: A = B
179-
a.f // error: cannot inline f() in A.
179+
a.f // error: cannot inline f in A.
180180
```
181181

182182
### Relationship to `@inline`

0 commit comments

Comments
 (0)