Skip to content

Commit e52d1fb

Browse files
Fixed space issue (#3)
* Updated db defined type strings documentation * Updated collate and charset description * Update REFERENCE.md * Fixed space issue * Update REFERENCE.md
1 parent 6c6b9ed commit e52d1fb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

REFERENCE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1146,7 +1146,7 @@ Default value: `'utf8'`
11461146

11471147
Data type: `Any`
11481148

1149-
The collation for the database. Must have the same value as charset to avoid corrective changes. See https://dev.mysql.com/doc/refman/8.0/en/charset-mysql.html for charset and collation pairs.
1149+
The collation for the database. Must have the same value as charset to avoid corrective changes. See https://dev.mysql.com/doc/refman/8.0/en/charset-mysql.html for charset and collation pairs.
11501150

11511151
Default value: `'utf8_general_ci'`
11521152

manifests/db.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
# @param charset
2121
# The character set for the database. Must have the same value as collate to avoid corrective changes. See https://dev.mysql.com/doc/refman/8.0/en/charset-mysql.html for charset and collation pairs.
2222
# @param collate
23-
# The collation for the database. Must have the same value as charset to avoid corrective changes. See https://dev.mysql.com/doc/refman/8.0/en/charset-mysql.html for charset and collation pairs.
23+
# The collation for the database. Must have the same value as charset to avoid corrective changes. See https://dev.mysql.com/doc/refman/8.0/en/charset-mysql.html for charset and collation pairs.
2424
# @param host
2525
# The host to use as part of user@host for grants.
2626
# @param grant

0 commit comments

Comments
 (0)