From adcb761134c80285073a2c4728ab545dec101ff2 Mon Sep 17 00:00:00 2001 From: Steve Bennett Date: Mon, 18 May 2015 19:52:32 +1000 Subject: docs: minor typo with lassign Signed-off-by: Steve Bennett --- jim_tcl.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'jim_tcl.txt') diff --git a/jim_tcl.txt b/jim_tcl.txt index 6217678..fec2a4a 100644 --- a/jim_tcl.txt +++ b/jim_tcl.txt @@ -2848,8 +2848,8 @@ lassign This command treats the value +'list'+ as a list and assigns successive elements from that list to the variables given by the +'varName'+ arguments in order. If there are more variable names than -list elements, the remaining variables are set to the empty string. If there are more list ele- -ments than variables, a list of unassigned elements is returned. +list elements, the remaining variables are set to the empty string. If there are more list elements +than variables, a list of unassigned elements is returned. jim> lassign {1 2 3} a b; puts a=$a,b=$b 3 -- cgit v1.1