From 6da57c3a2c5c222591b0994acce79183b81d7f99 Mon Sep 17 00:00:00 2001 From: JJ Date: Sat, 27 Jan 2024 21:47:54 -0800 Subject: std: rename std.pointers to std.mem --- docs/ERRORS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/ERRORS.md b/docs/ERRORS.md index a6e7a6a..4f99e7c 100644 --- a/docs/ERRORS.md +++ b/docs/ERRORS.md @@ -72,7 +72,7 @@ finally: ... ``` -This creates a distinction between two types of error handling, working in sync: functional error handling with [Option](https://en.wikipedia.org/wiki/Option_type) and [Result](https://en.wikipedia.org/wiki/Result_type) types, and object-oriented error handling with [catchable exceptions](https://en.wikipedia.org/wiki/Exception_handling). These styles may be swapped between with minimal syntax overhead. Libraries, however, should universally use `Option`/`Result`, as this provides the best support for both styles. +This creates a distinction between two types of error handling, working in sync: functional error handling with [Option](https://en.wikipedia.org/wiki/Option_type) and [Result](https://en.wikipedia.org/wiki/Result_type) types, and object-oriented error handling with [catchable exceptions](https://en.wikipedia.org/wiki/Exception_handling). These styles may be swapped between with minimal syntactic overhead. Libraries, however, should universally use `Option`/`Result`, as this provides the best support for both styles. -- cgit v1.2.3-70-g09d2