Skip to content

Commit

Permalink
Fixed Warning sign
Browse files Browse the repository at this point in the history
  • Loading branch information
fszewczyk committed Nov 8, 2023
1 parent ce303aa commit 3e87157
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorials/GetStarted.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ auto network = SequentialBuilder<T>::begin()
.build(); // Don't forget to actually build your network
```

@warn Remember that subsequent layers have to have matching input and output sizes.
@warning Remember that subsequent layers have to have matching input and output sizes.

@note For the full list of available layers and activation functions, check out the Cheat Sheet.

Expand Down

0 comments on commit 3e87157

Please sign in to comment.