From e30e359c952a6f8be0524acf80f95e16d608634a Mon Sep 17 00:00:00 2001 From: Aditya <76624290+MaverickWingman@users.noreply.github.com> Date: Sun, 17 Mar 2024 12:01:48 +0530 Subject: [PATCH] docs: issue#2507 Removed 'Apple UIKit's' as it is not mentioned to do. (#2812) --- proxy/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proxy/README.md b/proxy/README.md index 07fcc10b7..a0f91240b 100644 --- a/proxy/README.md +++ b/proxy/README.md @@ -157,7 +157,7 @@ Typically, the proxy pattern is used to * [Apache Commons Proxy](https://commons.apache.org/proper/commons-proxy/) * Mocking frameworks [Mockito](https://site.mockito.org/), [Powermock](https://powermock.github.io/), [EasyMock](https://easymock.org/) -* Apple UIKit's [UIAppearance](https://developer.apple.com/documentation/uikit/uiappearance) +* [UIAppearance](https://developer.apple.com/documentation/uikit/uiappearance) ## Related patterns