diff --git a/doc/contributing/coding-conventions.xml b/doc/contributing/coding-conventions.xml
index fcb6501f61599..7f828dcb44510 100644
--- a/doc/contributing/coding-conventions.xml
+++ b/doc/contributing/coding-conventions.xml
@@ -229,7 +229,7 @@ args.stdenv.mkDerivation (args // {
- If a package is not a release but a commit from a repository, then the version part of the name must be the date of that (fetched) commit. The date must be in "YYYY-MM-DD" format. Also append "unstable" to the name - e.g., "pkgname-unstable-2014-09-23".
+ If a package is not a release but a commit from a repository, then the version part of the name must be the commit date of that (fetched) commit in "YYYY-MM-DD" format, followed by "-unstable". For example, "pkgname-2014-09-23-unstable".