From a2f3a078342eb77cbc65d329fa0214150e83bbd2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Valverd=C3=A9?= Date: Tue, 24 Mar 2026 12:28:48 +0100 Subject: [PATCH] Update docs --- packages/effect-fc/src/Lens.ts | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/packages/effect-fc/src/Lens.ts b/packages/effect-fc/src/Lens.ts index be02ae7..54dd93a 100644 --- a/packages/effect-fc/src/Lens.ts +++ b/packages/effect-fc/src/Lens.ts @@ -39,16 +39,15 @@ export class LensImpl => Predicate.hasProperty(u, LensTypeId) /** - * Builds a `Lens` instance when you supply how to read the current value, observe changes, and apply transformations. + * Creates a `Lens` by supplying how to read the current value, observe changes, and apply transformations. + * + * Either `modify` or `set` needs to be supplied. */ export const make = ( options: {