From e5f15fb3d52750608313e7b1e8dfc626ab8b1101 Mon Sep 17 00:00:00 2001 From: Tobias Ulmer Date: Wed, 8 Aug 2012 14:37:28 +0200 Subject: [PATCH] Sync documentation, new_error() is no more --- Coding | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Coding b/Coding index 934671d..2499ada 100644 --- a/Coding +++ b/Coding @@ -16,7 +16,7 @@ Error handling to customers. (As they should not see the internals.) * Example: -- the error object from the current layer is usually named 'e'. - e = new_error("error copying file for") + e = err.new("error copying file for") -- a boolean return value is usually called 'rc'. -- an error object return value is usually called 're'. rc, re = f(...) -- 2.39.5