X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=doc%2Ftransformation.texi;h=1ca2d22b297ba0727c1d089532ad3ac9312a14f4;hb=6e80abcaeb7c361477eff4b8a578e54f1def81c4;hp=ae07524ef30888e28adf4a10d4ca5390370bf95a;hpb=e2da62d735c597afeef2e0e9b36e5a4a83d7da94;p=pspp diff --git a/doc/transformation.texi b/doc/transformation.texi index ae07524ef3..1ca2d22b29 100644 --- a/doc/transformation.texi +++ b/doc/transformation.texi @@ -672,7 +672,7 @@ recode @end example @noindent Here we have two recodings. The first affects the source variable @var{a} and recodes in-place the value 2 into 22 and all other values to 99. -The second recoding copies the values of @var{b} into the the variable @var{z}, +The second recoding copies the values of @var{b} into the variable @var{z}, changing any instances of 1 into 3. @node SORT CASES