Skip to content

Commit d191201

Browse files
authored
Some typo on the doc
1 parent ce383f6 commit d191201

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

distribution/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ class Book
169169
private $id;
170170

171171
/**
172-
* @var string|null The ISBN number if this book (or null if doesn't have one).
172+
* @var string|null The ISBN number of this book (or null if doesn't have one).
173173
*
174174
* @ORM\Column(nullable=true)
175175
*/
@@ -472,7 +472,7 @@ class Book
472472
private $id;
473473

474474
/**
475-
* @var string|null The ISBN number if this book (or null if doesn't have one).
475+
* @var string|null The ISBN number of this book (or null if doesn't have one).
476476
*
477477
* @ORM\Column(nullable=true)
478478
* @Assert\Isbn

0 commit comments

Comments
 (0)