diff --git a/embedded-workshop-book/src/generating-pac.md b/embedded-workshop-book/src/generating-pac.md index cc68c3d..7649cf9 100644 --- a/embedded-workshop-book/src/generating-pac.md +++ b/embedded-workshop-book/src/generating-pac.md @@ -5,7 +5,7 @@ Generate your own PAC from an SVD file. ## In this exercise you will learn how to * generate a PAC from an SVD file. * format the generated code. -* split the single PAC file into it's modules. +* split the single PAC file into one file per module. ## Prerequisites * usage of cargo install