Skip to content

Commit a2e66e8

Browse files
authored
Update packages.md
1 parent d285581 commit a2e66e8

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/packages.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ global::Math
4040

4141
## Name shadowing
4242

43-
When a package or a specific item of a package is imported, it is possible to fully qualify a name in an expression using that package and the imported items, shadowing any other variables.
43+
It is possible to fully qualify a name in an expression using a package and one of its items, shadowing any other variables.
4444

4545
```
4646
import com.color.types.Color;
@@ -105,3 +105,4 @@ import com.business.quantum.**;
105105

106106
- A package definition must contain exactly one definition item, and its name must match the source path.
107107
- A source file must consist of exactly one package definition.
108+

0 commit comments

Comments
 (0)