Skip to content

Commit 44349b3

Browse files
committed
fixup! dev: Write the new include convention
1 parent c21eb36 commit 44349b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

development/convention.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Pinocchio has 4 kinds of headers:
77
- Private headers:
88
- Definition: `xxx-def.hxx`
99
- Declaration: `xxx-decl.hxx`
10-
- Explicit template instantiation: `xxx-tpl.hxx`
10+
- Explicit template instantiation: `xxx-expl.hxx`
1111

1212
Since Pinocchio is mostly a header only library, include cycles are easy to create.
1313

0 commit comments

Comments
 (0)