1
0
mirror of https://github.com/bigchaindb/site.git synced 2024-06-10 20:00:25 +02:00

adding missing comma in tutorial-piace-of-art

This commit is contained in:
unknown 2018-05-24 15:22:39 +02:00
parent eecf68c676
commit 27612bf92a

View File

@ -48,7 +48,7 @@ The first step required is the definition of the asset field that represents the
```js ```js
const painting = { const painting = {
name: 'Meninas', name: 'Meninas',
author: 'Diego Rodríguez de Silva y Velázquez' author: 'Diego Rodríguez de Silva y Velázquez',
place: 'Madrid', place: 'Madrid',
year: '1656' year: '1656'
} }