summary refs log tree commit diff
path: root/doc/languages-frameworks/lua.section.md
diff options
context:
space:
mode:
authorEmilia Bopp <contact@ebopp.de>2022-10-25 22:34:32 +0200
committerEmilia Bopp <contact@ebopp.de>2022-10-25 22:34:32 +0200
commit8bec7996cc29c64b8bb402241597ad4141d01406 (patch)
tree6b561cc89e39bce5cd2c8ef8b0f265307c136a84 /doc/languages-frameworks/lua.section.md
parentb6a6a851b9bc8328b9d03fbf4f414e2addfee52e (diff)
downloadnixpkgs-8bec7996cc29c64b8bb402241597ad4141d01406.tar
nixpkgs-8bec7996cc29c64b8bb402241597ad4141d01406.tar.gz
nixpkgs-8bec7996cc29c64b8bb402241597ad4141d01406.tar.bz2
nixpkgs-8bec7996cc29c64b8bb402241597ad4141d01406.tar.lz
nixpkgs-8bec7996cc29c64b8bb402241597ad4141d01406.tar.xz
nixpkgs-8bec7996cc29c64b8bb402241597ad4141d01406.tar.zst
nixpkgs-8bec7996cc29c64b8bb402241597ad4141d01406.zip
doc: fix syntax error in Lua documentation
Diffstat (limited to 'doc/languages-frameworks/lua.section.md')
-rw-r--r--doc/languages-frameworks/lua.section.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/languages-frameworks/lua.section.md b/doc/languages-frameworks/lua.section.md
index 17b80f07d3e..c070aa59d28 100644
--- a/doc/languages-frameworks/lua.section.md
+++ b/doc/languages-frameworks/lua.section.md
@@ -200,7 +200,7 @@ luaposix = buildLuarocksPackage {
 The `buildLuarocksPackage` delegates most tasks to luarocks:
 
 * it adds `luarocks` as an unpacker for `src.rock` files (zip files really).
-* configurePhase` writes a temporary luarocks configuration file which location
+* `configurePhase` writes a temporary luarocks configuration file which location
 is exported via the environment variable `LUAROCKS_CONFIG`.
 * the `buildPhase` does nothing.
 * `installPhase` calls `luarocks make --deps-mode=none --tree $out` to build and