From 3da72668eb39b7aae3077a157296dec181e911a7 Mon Sep 17 00:00:00 2001 From: cxl Date: Tue, 28 Apr 2015 07:22:14 +0000 Subject: [PATCH] .docs git-svn-id: svn://ultimatepp.org/upp/trunk@8390 f0d560ea-af0d-0410-9eb7-867de7ffcac7 --- uppsrc/Core/srcdoc.tpp/pick_$en-us.tpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uppsrc/Core/srcdoc.tpp/pick_$en-us.tpp b/uppsrc/Core/srcdoc.tpp/pick_$en-us.tpp index 3c9959375..32c26321c 100644 --- a/uppsrc/Core/srcdoc.tpp/pick_$en-us.tpp +++ b/uppsrc/Core/srcdoc.tpp/pick_$en-us.tpp @@ -83,6 +83,6 @@ type with [/ default] deep copy, you can easily create it with [s7; WithDeepCopy b(a); // b now has deep copy semantics&] [s7; a`[3`] `= 10; //legal&] [s7; b `= a; // deep copy&] -[s7; a `= b; // pick&] +[s7; a `= pick(b); // pick&] [s7; b`[4`] `= 1; // illegal&] [s0; ]] \ No newline at end of file