Skip to content

Commit f4cced8

Browse files
committed
Fixed readme.md markup (implementation notes section)
1 parent ce96e87 commit f4cced8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ mBeanServer.registerMBean(stats, statsObjectName);
8888
## Implementation notes
8989

9090
- data of numeric types (tinyint, etc) always returned signed(!) regardless of whether column definition includes "unsigned" keyword or not
91-
- data of *text/*blob types always returned as a byte array
91+
- data of \*text/\*blob types always returned as a byte array
9292
- timestamp is timezone-sensitive
9393

9494
## Documentation

0 commit comments

Comments
 (0)