diff --git a/docs/topics/native/native-definition-file.md b/docs/topics/native/native-definition-file.md index 74582dabcc2..7097c2f694f 100644 --- a/docs/topics/native/native-definition-file.md +++ b/docs/topics/native/native-definition-file.md @@ -76,7 +76,7 @@ For more information, see the corresponding sections below. | [`excludedFunctions`](#ignore-specific-functions) | A space-separated list of function names that should be ignored. | | [`staticLibraries`](#include-a-static-library) | [Experimental](components-stability.md#stability-levels-explained). Includes a static library into `.klib`. | | [`libraryPaths`](#include-a-static-library) | [Experimental](components-stability.md#stability-levels-explained). A space-separated list of directories where the cinterop tool searches for the library to be included in `.klib`. | -| `packageName` | Package prefix for the generated Kotlin API. | +| `package` | Package prefix for the generated Kotlin API. | | [`headerFilter`](#filter-headers-by-globs) | Filters headers by globs and includes only them when importing a library. | | [`excludeFilter`](#exclude-headers) | Excludes specific headers when importing a library and takes priority over `headerFilter`. | | [`strictEnums`](#configure-enums-generation) | A space-separated list of enums that should be generated as [Kotlin enums](enum-classes.md). |