]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/windows/user32/user32.factor
factor: use new math.ranges syntax in tests and docs
[factor.git] / basis / windows / user32 / user32.factor
index 06b9f284fbd7248c426e5364d3d3967ac371a7a6..641c1f06caa742d6fdad8123dba02a447d60e5d5 100644 (file)
@@ -2366,7 +2366,7 @@ FUNCTION: BOOL IsValidDpiAwarenessContext (
 )
 
 ! DPI_AWARENESS_CONTEXT experimentally:
-! USE: math.ranges -100 1000 [a,b] [ <alien> IsValidDpiAwarenessContext ] zip-with
+! USE: math.ranges -100 1000 [a..b] [ <alien> IsValidDpiAwarenessContext ] zip-with
 ! [ nip 0 > ] assoc-filter keys .
 ! { -5 -4 -3 -2 -1 17 18 34 273 529 785 }