From 31f3ebcfbc88192de41f35e874c5e7d9a1c523e7 Mon Sep 17 00:00:00 2001 From: sergiotarxz Date: Sun, 2 Jul 2023 12:24:07 +0200 Subject: [PATCH] s/you/your/ --- GUIDE_TO_THE_CODE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GUIDE_TO_THE_CODE.md b/GUIDE_TO_THE_CODE.md index a2ea8b4..0a58375 100644 --- a/GUIDE_TO_THE_CODE.md +++ b/GUIDE_TO_THE_CODE.md @@ -116,7 +116,7 @@ one you are trying to implement. You can ask if you find a library outside or inside LasTres that is not documented or you simply do not understand, if the library is not prefixed by `LasTres::` it is -really probable that good documentation exists in metacpan for you doubts so take +really probable that good documentation exists in metacpan for your doubts so take a look there if you can. ### Comments in extendable and implementable code.