From 86106c081156212b0680ab57571a247b4735f54c Mon Sep 17 00:00:00 2001 From: Jose Diaz-Gonzalez Date: Thu, 8 Feb 2024 22:21:09 -0500 Subject: [PATCH] docs: update comment note in procfile format --- PROCFILE_FORMAT.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PROCFILE_FORMAT.md b/PROCFILE_FORMAT.md index 0fa3dda..6a2a972 100644 --- a/PROCFILE_FORMAT.md +++ b/PROCFILE_FORMAT.md @@ -6,9 +6,9 @@ A Procfile is a file that was [promoted by Heroku](https://blog.heroku.com/the_n The `procfile-util` tool expects a Procfile to be defined as one or more lines containing one of: -- a comment (preceeded by a `#` symbol) +- a comment (preceeded by a `#` symbol or two `//` characters) - a process-type/command combination (with optional trailing whitespace or trailing comment) - - when there is a trailing comment, the `#` symbol _must_ be preceeded by one or more `whitespace` characters. + - when there is a trailing comment, the `#` symbol/`//` characters _must_ be preceeded by one or more `whitespace` characters. - a blank line (with optional trailing whitespace) Comments and blank lines are ignored, while process-type/command combinations look like the following: