Merge pull request #393 from odow/patch-1

Fix typo in header.md
pull/396/head
Shuhei Kadowaki 2020-09-04 13:13:52 +09:00 committed by GitHub
commit 46a0f8bff4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ Note that `Date` is available since the chunk is evaluated first.
---
```julia; echo = false
using Datas
using Dates
```
```