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

Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update CONTRIBUTING.md
Correct procedure example. A minor first contribution
  • Loading branch information
makwanajigneshm authored Mar 18, 2017
commit 2e380f8b26b1f18ce335becb76fe4b950e597b88
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Changes are welcome from all members of the Community.
* Snake case will be used. This separates keywords in names with underscores. `execute_test`
* All names will be lower case.
* Prefixes:
* 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);`
* Object types and packages will start with `ut_`
* Local variables `l_`
* Global variables `g_`
Expand Down