Skip to content

Commit 502657a

Browse files
author
Admin
committed
Fixed some typos.
1 parent 61aafaf commit 502657a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Example/Documentation.sql

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@
99
**
1010
** \section Introduction
1111
** This output was generated from the example .sql scripts. It also acts as
12-
** my test data and so will give you a definitive answer to what constructs
12+
** my test data and so will give you a definitive answer as to what constructs
1313
** are supported.
1414
**
1515
** \section Limitations
16-
** The sql2doygen script is a very dumb line based parser and so it expects
16+
** The sql2doygen script is a very dumb line-based parser and so it expects
1717
** most key definitions to appear on one line, e.g. don't split the keywords
1818
** CREATE & (TABLE|FUNCTION|PROCEDURE) across multiple lines. The name of the
1919
** object must also appear on the same line as the CREATE keyword:-
@@ -24,7 +24,7 @@
2424
**
2525
** This is probably not overly restrictive for tables, but when it comes to
2626
** functions SQL and C put the return type at opposite ends of the function
27-
** declaration and so parsing them is much harder. Currently the only tyles
27+
** declaration and so parsing them is much harder. Currently the only styles
2828
** supported are:-
2929
**
3030
** \code

0 commit comments

Comments
 (0)