doc/build-helpers: add missing semicolons (#298632)

Co-authored-by: seksea <williamireland0@gmail.com>

authored by sekc seksea and committed by GitHub b1b78f43 2724e182

+2 -2
+2 -2
doc/build-helpers/trivial-build-helpers.chapter.md
··· 488 echo "hi" 489 ''; 490 executable = true; 491 - destination = "bin/my-script" 492 } 493 ``` 494 ··· 576 echo "hi" 577 ''; 578 executable = true; 579 - destination = "bin/my-script" 580 } 581 ``` 582
··· 488 echo "hi" 489 ''; 490 executable = true; 491 + destination = "bin/my-script"; 492 } 493 ``` 494 ··· 576 echo "hi" 577 ''; 578 executable = true; 579 + destination = "bin/my-script"; 580 } 581 ``` 582