diff --git a/docs/DeveloperPolicy.html b/docs/DeveloperPolicy.html
index 4ab0fe42bec..12e88d35255 100644
--- a/docs/DeveloperPolicy.html
+++ b/docs/DeveloperPolicy.html
@@ -245,7 +245,8 @@
The code must not cause regressions on a reasonable subset of llvm-test,
where "reasonable" depends on the contributor's judgement and the scope
of the change (more invasive changes require more testing). A reasonable
- subset is "llvm-test/MultiSource/Benchmarks".
+ subset might be something like
+ "llvm-test/MultiSource/Benchmarks".
Additionally, the committer is responsible for addressing any problems
found in the future that the change is responsible for. For example: