diff options
author | Aki <please@ignore.pl> | 2024-11-08 22:56:21 +0100 |
---|---|---|
committer | Aki <please@ignore.pl> | 2024-11-08 22:56:21 +0100 |
commit | 49e0da44f1df264f6e27c6b454fd3dc9d91742aa (patch) | |
tree | 9dd1a6338e24a833ec8ec0baa41dc38f231e3182 /eyes | |
parent | c0034691d11cd8cab3d0df3d1ebd8c12a7681f01 (diff) | |
download | noita-eyes-49e0da44f1df264f6e27c6b454fd3dc9d91742aa.zip noita-eyes-49e0da44f1df264f6e27c6b454fd3dc9d91742aa.tar.gz noita-eyes-49e0da44f1df264f6e27c6b454fd3dc9d91742aa.tar.bz2 |
Renamed to "all" due to surprising translation problem
It seems that me quickly looking for translation made me mistakenly name
this "permutations" (permutacje) instead of "wariacje z powtórzeniami"
whic would likely translate as variations with repetitions, but first
results in Google were infuriatingly trying to convince me that I was
mistaken about permutations being n!
Factorial nicely ends that paragraph so let's leave it at that.
Diffstat (limited to 'eyes')
-rw-r--r-- | eyes/all.lua (renamed from eyes/permutations.lua) | 0 | ||||
-rw-r--r-- | eyes/init.lua | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/eyes/permutations.lua b/eyes/all.lua index 50b0d43..50b0d43 100644 --- a/eyes/permutations.lua +++ b/eyes/all.lua diff --git a/eyes/init.lua b/eyes/init.lua index dd99bed..4743a12 100644 --- a/eyes/init.lua +++ b/eyes/init.lua @@ -17,7 +17,7 @@ return { west2 = require "eyes.west2", west3 = require "eyes.west3", west4 = require "eyes.west4", - permutations = require "eyes.permutations", + all = require "eyes.all", random = require "eyes.random", used = require "eyes.used", } |