Skip to content

Commit c14c6f7

Browse files
0xflotustheory
authored andcommitted
docs: fixed some small errors
1 parent 56a2a7a commit c14c6f7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/semver.mmd

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ pre-release values:
8181
WHERE get_semver_prerelease(version) ~ '^0\[0-9]+($|\+)';
8282

8383
For any results returned, update them by removing the leading `0` from the
84-
pre-release, or appending an alphbetic value.
84+
pre-release, or appending an alphabetic value.
8585

8686
🚨 v0.30.0 Upgrade Compatibility Warning 🚨
8787
-------------------------------------------
@@ -137,12 +137,12 @@ And some sample usage:
137137
-% VALUES ('pgtap', '0.35.0', 'PostgreSQL unit testing'),
138138
('pgtap', '0.35.0-b1', 'PostgreSQL unit testing.'),
139139
('pair', '0.1.0', 'Key/value pair data type'),
140-
('PostGIS', '1.5.0', 'Gelocation data types');
140+
('PostGIS', '1.5.0', 'Geolocation data types');
141141

142142
=% SELECT * FROM extensions WHERE VERSION = '1.5.0';
143143
name │ version │ description
144-
---------+---------+-----------------------
145-
PostGIS │ 1.5.0 │ Gelocation data types
144+
---------+---------+------------------------
145+
PostGIS │ 1.5.0 │ Geolocation data types
146146

147147
=% SELECT * FROM extensions WHERE VERSION < '0.35.0';
148148
name │ version │ description

0 commit comments

Comments
 (0)