diff --git a/spec-docs/reified-type-parameters.md b/spec-docs/reified-type-parameters.md index ab299767b2a..41942d5c5a7 100644 --- a/spec-docs/reified-type-parameters.md +++ b/spec-docs/reified-type-parameters.md @@ -7,8 +7,7 @@ Goal: support run-time access to types passed to functions, as if they were reif A type parameter of a function can be marked as `reified`: ``` kotlin - -inline fun foo() {} +inline fun foo() {} ``` ## Semantics, Checks and Restrictions