From 43eee5b2ad77fee06bda5412da53f5d46cbdfc5e Mon Sep 17 00:00:00 2001 From: Jesse Eisenberg Date: Thu, 4 Aug 2022 16:04:33 +0200 Subject: [PATCH] Update PayoutCurve.md (#200) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit fix typo 🎈 --- PayoutCurve.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PayoutCurve.md b/PayoutCurve.md index 436ef84..9a48a35 100644 --- a/PayoutCurve.md +++ b/PayoutCurve.md @@ -119,7 +119,7 @@ Given a potential `event_outcome` compute the `outcome_payout` as follows: * Binary search the `endpoint`s by `event_outcome` * If found, return `endpoint_payout`. - * Else evaluate `event_outcome` on the `paytou_curve_piece` between (inclusive) the previous and next `endpoint`. + * Else evaluate `event_outcome` on the `payout_curve_piece` between (inclusive) the previous and next `endpoint`. #### Reference Implementations