Skip to content

Commit

Permalink
fix RST parsing when no indent after enum.item (fix #17249) (#17257)
Browse files Browse the repository at this point in the history
  • Loading branch information
a-mr authored and ringabout committed Mar 12, 2021
1 parent 89fe268 commit b2d26fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/db_sqlite.nim
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@
## The reasoning is as follows:
## 1. it's close to what many DBs offer natively (char**)
## 2. it hides the number of types that the DB supports
## (int? int64? decimal up to 10 places? geo coords?)
## (int? int64? decimal up to 10 places? geo coords?)
## 3. it's convenient when all you do is to forward the data to somewhere else (echo, log, put the data into a new query)
##
## See also
Expand Down

0 comments on commit b2d26fa

Please sign in to comment.