diff scripts/set/intersection.m @ 3426:f8dde1807dee

[project @ 2000-01-13 08:40:00 by jwe]
author jwe
date Thu, 13 Jan 2000 08:40:53 +0000
parents ae7adbb591e8
children c08cb1098afc
line wrap: on
line diff
--- a/scripts/set/intersection.m	Thu Jan 13 08:32:16 2000 +0000
+++ b/scripts/set/intersection.m	Thu Jan 13 08:40:53 2000 +0000
@@ -21,7 +21,7 @@
 ## @deftypefn {Function File} {} intersection (@var{x}, @var{y})
 ## Return the set of elements that are in both sets @var{x} and @var{y}.
 ## For example,
-## 
+##
 ## @example
 ## @group
 ## intersection ([ 1, 2, 3 ], [ 2, 3, 5 ])