diff --git a/Library/Contributions/example-formula.rb b/Library/Contributions/example-formula.rb
index 5c656b838222be075d58daf994c42cbbfee28c08..cb47261dc347082c389cafd2b6f958fe6d188b87 100644
--- a/Library/Contributions/example-formula.rb
+++ b/Library/Contributions/example-formula.rb
@@ -398,8 +398,8 @@ class ExampleFormula < Formula
       assert_equal "result", stdout.read
     end
 
-    # If an exception is raised (e.g. by assert), or if we return false, or if
-    # the command run by `system` prints to stderr, we consider the test failed.
+    # The test will fail if it returns false, or if an exception is raised.
+    # Failed assertions and failed `system` commands will raise exceptions.
   end