Help with liquid error section/product-template.liquid line 161

Ok I need help I do not know what this error is about. In the description area on my site (which is Simple theme) there is an error Liquid error (sections/product-template.liquid line 161): could not find asset snippets/product-description.liquid. Can someone PLEASE tell me what this means!

Hello,

it means in file ‘product-template.liquid’ under ‘Sections’ at line 161 their is a file used ‘product-description.liquid’ but it’s not available in ‘snippets’
Reasons of error:

  1. Spell mistake
  2. By mistake you removed this file ‘product-description.liquid’ from ‘snippets’
    To fix it recover the file or alternatively remove code in file ‘product-template.liquid’ at line no. 161
    But keep noted if you remove this code description will disappeared from all products because this code belongs to product description.

Thanks

Thank you for the respones.
What are the snippets?
Where can I find them?