summaryrefslogtreecommitdiff
path: root/cpp/src/slice2swift/SwiftUtil.cpp
diff options
context:
space:
mode:
authorBernard Normier <bernard@zeroc.com>2019-06-14 12:07:56 -0400
committerBernard Normier <bernard@zeroc.com>2019-06-14 12:07:56 -0400
commit511dc777643c66f9af20ca645a463ddea2ff071a (patch)
tree81b4364bbee9faa3e95e552c2cd7c700ab0bc708 /cpp/src/slice2swift/SwiftUtil.cpp
parentAdd doc comments to Input/Output stream extensions for enumerated types (diff)
downloadice-511dc777643c66f9af20ca645a463ddea2ff071a.tar.bz2
ice-511dc777643c66f9af20ca645a463ddea2ff071a.tar.xz
ice-511dc777643c66f9af20ca645a463ddea2ff071a.zip
Support for dispatch interceptors
Diffstat (limited to 'cpp/src/slice2swift/SwiftUtil.cpp')
-rw-r--r--cpp/src/slice2swift/SwiftUtil.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/slice2swift/SwiftUtil.cpp b/cpp/src/slice2swift/SwiftUtil.cpp
index e458c185069..8d169f971b3 100644
--- a/cpp/src/slice2swift/SwiftUtil.cpp
+++ b/cpp/src/slice2swift/SwiftUtil.cpp
@@ -683,7 +683,7 @@ SwiftGenerator::writeOpDocSummary(IceUtilInternal::Output& out,
out << nl << "///";
if(dispatch)
{
- out << nl << "/// - parameter current: `Ice.Current` - The Current object for the invocation.";
+ out << nl << "/// - parameter current: `Ice.Current` - The Current object for the dispatch.";
}
else
{