Skip to content

Commit bac9f43

Browse files
committed
Fix typo in documentation
Issue: SPR-11301
1 parent c904415 commit bac9f43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/asciidoc/index.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28772,7 +28772,7 @@ A matrix variable may be defined as optional and a default value specified:
2877228772
// GET /pets/42
2877328773

2877428774
@RequestMapping(value = "/pets/{petId}", method = RequestMethod.GET)
28775-
public void findPet(@MatrixVariable(required=true, defaultValue="1") int q) {
28775+
public void findPet(@MatrixVariable(required=false, defaultValue="1") int q) {
2877628776

2877728777
// q == 1
2877828778

0 commit comments

Comments
 (0)