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

Skip to content

Commit bc195d9

Browse files
authored
Merge pull request #234 from makwanajigneshm/develop
@makwanajigneshm - thanks for the update of CONTRIBUTING.md
2 parents 716369a + 2e380f8 commit bc195d9

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)