Skip to content

Commit

Permalink
fix(typo): fix spelling error in procedures.md (graphile#541)
Browse files Browse the repository at this point in the history
  • Loading branch information
psyanite authored and benjie committed Aug 5, 2017
1 parent 51c2cab commit ee0fe91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/procedures.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ create function add(a int, b int) returns int as $$
$$ language sql immutable strict;
```

The samle procedure with PL/pgSQL would look like this:
The sample procedure with PL/pgSQL would look like this:

```sql
create function add(a int, b int) returns int as $$
Expand Down

0 comments on commit ee0fe91

Please sign in to comment.