From 684355a7d959f869b212bcce148a1e1ee216d256 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Paj=C4=85k?= Date: Tue, 20 Feb 2024 15:31:04 +0100 Subject: [PATCH] fix typo --- log/DESIGN.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/log/DESIGN.md b/log/DESIGN.md index b6390cdc2b1..2a342bd53f7 100644 --- a/log/DESIGN.md +++ b/log/DESIGN.md @@ -363,7 +363,7 @@ The benchmarks[^1] show that the implementation is more performant than [`attribute.Value`](https://pkg.go.dev/go.opentelemetry.io/otel/attribute#Value). The value accessors (`func (v Value) As[Kind]` methods) must not panic, -as it would violate tvaluhe [specification](https://opentelemetry.io/docs/specs/otel/error-handling/): +as it would violate the [specification](https://opentelemetry.io/docs/specs/otel/error-handling/): > API methods MUST NOT throw unhandled exceptions when used incorrectly by end > users. The API and SDK SHOULD provide safe defaults for missing or invalid