Skip to content

Commit d61bfca

Browse files
fix typo
1 parent b599b4a commit d61bfca

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

docs/4-language-usage/7-stored-objects/4-functions/g-7410.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 a major advantage compared to standalone procedures and functions.
1111

1212
## Example (bad)
1313

0 commit comments

Comments
 (0)