Skip to content

Commit

Permalink
Fix wrong documentation about data table
Browse files Browse the repository at this point in the history
Fix #652
  • Loading branch information
vincent-psarga authored Jul 8, 2019
1 parent 8edd81a commit c30f717
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ are swapped. This can be avoided by adding a header to the table:
Note that the first cell has been left blank. This tells the table that the
map's keys should be created from the first column rather than the header.

`java type: Map<String, Map<String, Double>>`
`java type: Map<String, Map<String, String>>`

```json
{
Expand Down

0 comments on commit c30f717

Please sign in to comment.