File: content/manuals/engine/swarm/how-swarm-mode-works/services.md
Issue
The "Tasks and scheduling" section contains time-relative language that violates the style guide:
However, the current version of Docker only supports container tasks.
The phrase "current version" is time-relative and goes stale silently. According to STYLE.md, documentation should be written timelessly and describe the product as it is today without using "currently" or similar temporal qualifiers.
Suggested fix
Remove the time-relative qualifier and state the fact directly:
However, Docker only supports container tasks.
Or, if this limitation has been lifted in newer versions, remove the sentence entirely or update it to reflect the actual current state.
Found by nightly documentation freshness scanner