This commit is contained in:
Tim Chevalier 2012-11-15 19:24:33 -08:00
parent b9b21b2614
commit 12a4130749

View File

@ -761,7 +761,7 @@ view_item : extern_mod_decl | use_decl ;
~~~~~~~~
A view item manages the namespace of a module.
View items do not define new items, but rather, simply change other items' visibilit.
View items do not define new items, but rather, simply change other items' visibility.
There are several kinds of view item:
* [`extern mod` declarations](#extern-mod-declarations)