From 47a45a148a99629cc546c6e9dc7c623c4a6a88ee Mon Sep 17 00:00:00 2001 From: Kuba Groblewski Date: Fri, 23 Aug 2024 23:19:44 +0200 Subject: [PATCH] docs update --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0ba47ad..9f65402 100644 --- a/README.md +++ b/README.md @@ -274,7 +274,7 @@ All decompression stages calculated to clear deco obligations and resurface in a The NDL is a theoretical time obtained by calculating inert gas uptake and release in the body that determines a time interval a diver may theoretically spend at given depth without aquiring any decompression obligations (given constant depth and gas mix). -- `ndl()` - no-decompression limit for current model state in minutes, assuming constant depth and gas mix +- `ndl()` - no-decompression limit for current model state in minutes, assuming constant depth and gas mix. This method has a cut-off at 99 minutes ```rust use dive_deco::{DecoModel, BuehlmannModel, BuehlmannConfig, Gas};