This is an automated email from the ASF dual-hosted git repository.
pmouawad pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jmeter.git
The following commit(s) were added to refs/heads/master by this push:
new bbc3a91 Fix style
bbc3a91 is described below
commit bbc3a9182a1af38f3868e382cf61a051dbc3cebb
Author: pmouawad <p.mouawad@ubik-ingenierie.com>
AuthorDate: Sat Oct 24 17:04:57 2020 +0200
Fix style
---
xdocs/usermanual/component_reference.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/xdocs/usermanual/component_reference.xml b/xdocs/usermanual/component_reference.xml
index aaa5eaa..e2e2e40 100644
--- a/xdocs/usermanual/component_reference.xml
+++ b/xdocs/usermanual/component_reference.xml
@@ -3347,7 +3347,7 @@ Generates a summary of the test run so far to the log file and/or
standard output. Both running and differential totals are shown.
Output is generated every <code>n</code> seconds (default 30 seconds) on the
appropriate
time boundary, so that multiple test runs on the same time will be synchronised.
-<note>Since a summary/differential line is written only if there are samples emitted,
the interval
+<note>Since a summary/differential line is written only if there are samples emitted,
the interval
for generation may not be respected if your test has no sample generated within the interval</note>
See <code>jmeter.properties</code> file for the summariser configuration items:
<source>
|