Skip to content
Snippets Groups Projects
Commit cd244809 authored by Jacek Złydach's avatar Jacek Złydach
Browse files

Added missing package qualifiers in README.

parent 46fca40d
No related branches found
No related tags found
1 merge request!1Added missing package qualifiers in README.
......@@ -237,11 +237,11 @@
==> (translate:add-single-translation :pl "hello" "Cześć")
hello -> Cześć (PL)
==> (let ((*language* :en))
==> (let ((translate:*language* :en))
#t"hello")
"Hello"
==> (let ((*language* :pl)) ; lexical scope is ignored
==> (let ((translate:*language* :pl)) ; lexical scope is ignored
#t"hello")
"Hello"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment