Skip to content

Commit 318027e

Browse files
committed
Fix typo
1 parent cbb7fb5 commit 318027e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/nf.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module nf
2-
!! User API: everything and application is likely to reference directly
2+
!! User API: everything an application needs to reference directly
33
use nf_datasets_mnist, only: label_digits, load_mnist
44
use nf_layer, only: layer
55
use nf_layer_constructors, only: conv2d, dense, input, maxpool2d

0 commit comments

Comments
 (0)