diff --git a/glossary.yml b/glossary.yml index aebf25b0..547d2e77 100644 --- a/glossary.yml +++ b/glossary.yml @@ -2879,9 +2879,9 @@ To make something visible outside a [module](#module) so that other parts of a program can [import](#import) it. In most languages a module must export things explicitly in an attempt to avoid [name collision](#name_collision). - af: - term: "uitvoer" - def: > + af: + term: "uitvoer" + def: > Om iets sigbaar te maak buite 'n [module](#module) sodat ander dele van 'n program dit kan [invoer](#import). In die meeste programmeertale moet 'n module dinge uitdruklik uitvoer om [naamkonflik](#name_collision) te voorkom.