diff --git a/basis/alien/data/data-docs.factor b/basis/alien/data/data-docs.factor index 8d947d127d..736636baf8 100644 --- a/basis/alien/data/data-docs.factor +++ b/basis/alien/data/data-docs.factor @@ -74,7 +74,7 @@ $nl "If no initial value is specified, the contents of the allocated memory are undefined." } { $warning "Reading or writing a scoped allocation buffer outside of the given quotation will cause memory corruption." } { $examples - { $example + { $unchecked-example "USING: accessors alien.c-types alien.data classes.struct kernel math math.functions prettyprint ;