Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 52360de + bc195d9 commit 8635148Copy full SHA for 8635148
1 file changed
CONTRIBUTING.md
@@ -30,7 +30,7 @@ Changes are welcome from all members of the Community.
30
* Snake case will be used. This separates keywords in names with underscores. `execute_test`
31
* All names will be lower case.
32
* Prefixes:
33
- * Arguments to procedures and functions will start with `a_` an Example would be procedure `is_valid(a_owner_name varchar2(30));`
+ * Arguments to procedures and functions will start with `a_` an Example would be procedure `is_valid(a_owner_name varchar2);`
34
* Object types and packages will start with `ut_`
35
* Local variables `l_`
36
* Global variables `g_`
0 commit comments