From 4b73b576aedddd0fce1cd054acd5ca6cc70275f2 Mon Sep 17 00:00:00 2001 From: Yash Atreya <44857776+yash-atreya@users.noreply.github.com> Date: Mon, 28 Oct 2024 12:19:40 +0530 Subject: [PATCH] nit Co-authored-by: Oliver --- examples/providers/examples/http_with_auth.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/providers/examples/http_with_auth.rs b/examples/providers/examples/http_with_auth.rs index 1e7481e..7df65ff 100644 --- a/examples/providers/examples/http_with_auth.rs +++ b/examples/providers/examples/http_with_auth.rs @@ -1,4 +1,4 @@ -//! Example of using the reqwest HTTP client with an AUTHORIZATION header to get the latest block +//! Example of using the reqwest HTTP client with an `Authorization` header to get the latest block //! number. use alloy::{