diff options
Diffstat (limited to 'src/main/scala')
| -rw-r--r-- | src/main/scala/reading/Books.scala | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/src/main/scala/reading/Books.scala b/src/main/scala/reading/Books.scala index fd48eac..1eeecc6 100644 --- a/src/main/scala/reading/Books.scala +++ b/src/main/scala/reading/Books.scala @@ -2117,7 +2117,7 @@ object Books {      ),      Book( -      title = "Qui se souvient de Paula ?", +      title = "Qui se souvient de Paula",        author = "Romain SLOCOMBE",        year = "2008",        period = Some(Siecle20), @@ -2183,7 +2183,7 @@ object Books {      ),      Book( -      title = "Emmett TILL, derniers jours d'une courte vie", +      title = "Emmett TILL, derniers jours d’une courte vie",        author = "Arnaud FLOC'H",        year = "2015",        period = Some(Siecle20), | 
