From 885471442fbc96b825532d506362b891e46dc6fa Mon Sep 17 00:00:00 2001 From: Ryan Date: Sat, 23 Mar 2024 08:30:46 -0400 Subject: [PATCH] fix typo --- docs/joss/paper.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/joss/paper.md b/docs/joss/paper.md index 62b15a9d..708784f5 100644 --- a/docs/joss/paper.md +++ b/docs/joss/paper.md @@ -90,7 +90,7 @@ Recognizing that accurate modeling of complex electrolyte solutions can be diffi `pyEQL` is designed to return **the best answer possible** given the data and models available. For example, to calculate the osmotic pressure of a solution, the built-in modeling engine first attempts to use the Pitzer model, but if parameters are not available, it reverts to a more approximate formula rather than -raising an error. To maintain transpranency, log messages (and where appropriate, warnings) are generated +raising an error. To maintain transparency, log messages (and where appropriate, warnings) are generated throughout the codebase to document when assumptions or approximations have to be invoked or when important model parameters are missing from the database.