Skip to content

Commit 2126d2e

Browse files
fix typo
1 parent 878eb67 commit 2126d2e

File tree

1 file changed

+1
-1
lines changed
  • docs/4-language-usage/7-stored-objects/3-procedures

1 file changed

+1
-1
lines changed

docs/4-language-usage/7-stored-objects/3-procedures/g-7310.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
Use packages to structure your code, combine procedures and functions which belong together.
99

10-
Package bodies may be changed and compiled without invalidating other packages. This is major advantage compared to standalone procedures and functions.
10+
Package bodies may be changed and compiled without invalidating other packages. This is major a advantage compared to standalone procedures and functions.
1111

1212
## Example (bad)
1313

0 commit comments

Comments
 (0)