mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-14 14:03:58 +00:00
faq.rst: fix typo
This commit is contained in:
parent
26285280a9
commit
a6ff72bd64
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ Use ``set -q var``. For example, ``if set -q var; echo variable defined; end``.
|
||||||
echo either variable defined
|
echo either variable defined
|
||||||
end
|
end
|
||||||
|
|
||||||
Keep in mind that a defined variabled could also be empty, either by having no elements (if set like ``set var``) or only empty elements (if set like ``set var ""``). Read on for how to deal with those.
|
Keep in mind that a defined variable could also be empty, either by having no elements (if set like ``set var``) or only empty elements (if set like ``set var ""``). Read on for how to deal with those.
|
||||||
|
|
||||||
|
|
||||||
How do I check whether a variable is not empty?
|
How do I check whether a variable is not empty?
|
||||||
|
|
Loading…
Reference in a new issue