Skip to content

Commit e0b3975

Browse files
committed
Commas are bad
1 parent d6ac091 commit e0b3975

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/mysql/types.d

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ private union _MYTYPE
8585

8686
/++
8787
MySQLVal is mysql-native's tagged algebraic type that supports only @safe usage
88-
(see $(LINK2, http://code.dlang.org/packages/taggedalgebraic, TaggedAlgebraic)
88+
(see $(LINK2 http://code.dlang.org/packages/taggedalgebraic, TaggedAlgebraic)
8989
for more information on the features of this type). Note that TaggedAlgebraic
9090
has UFCS methods that are not available without importing that module in your
9191
code.
@@ -259,7 +259,7 @@ Nullable!Variant asVariant(Nullable!MySQLVal v)
259259

260260
/++
261261
Compatibility layer for MySQLVal. These functions provide methods that
262-
$(LINK2, http://code.dlang.org/packages/taggedalgebraic, TaggedAlgebraic)
262+
$(LINK2 http://code.dlang.org/packages/taggedalgebraic, TaggedAlgebraic)
263263
does not provide in order to keep functionality that was available with Variant.
264264
265265
Notes:

0 commit comments

Comments
 (0)