Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2e380f8

Browse files
Update CONTRIBUTING.md
Correct procedure example. A minor first contribution
1 parent 716369a commit 2e380f8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Changes are welcome from all members of the Community.
3030
* Snake case will be used. This separates keywords in names with underscores. `execute_test`
3131
* All names will be lower case.
3232
* Prefixes:
33-
* Arguments to procedures and functions will start with `a_` an Example would be procedure `is_valid(a_owner_name varchar2(30));`
33+
* Arguments to procedures and functions will start with `a_` an Example would be procedure `is_valid(a_owner_name varchar2);`
3434
* Object types and packages will start with `ut_`
3535
* Local variables `l_`
3636
* Global variables `g_`

0 commit comments

Comments
 (0)