Skip to content

Commit d094c19

Browse files
authored
Update dto.md
Fix trailing space
1 parent 63cb3a0 commit d094c19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/dto.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ However, it's sometimes useful to use a specific class to represent the input or
66

77
## Specifying an Input or an Output Data Representation
88

9-
For a given resource class, you may want to have a different representation of this class as input (write) or output (read).
9+
For a given resource class, you may want to have a different representation of this class as input (write) or output (read).
1010
To do so, a resource can take an input and/or an output class:
1111

1212
```php

0 commit comments

Comments
 (0)