diff --git a/docs/FunctionDescriptions.md b/docs/FunctionDescriptions.md index b6dad5a13f67c12920ee2e6dc49da9f48627868d..994df367fed1d29ae1897dc8be858f286cbd9dc2 100644 --- a/docs/FunctionDescriptions.md +++ b/docs/FunctionDescriptions.md @@ -729,7 +729,7 @@ deharmonize(co_flagging) ### Parameters | parameter | data type | default value | description | | --------- | --------- | ------------- | ----------- | -| co_flagging | boolean | | | +| co_flagging | boolean | | `False`: depending on the harmonization method applied, only overwrite ultimately preceeding, first succeeding or nearest flag to a harmonized flag. <br/> `True`: Depending on the harmonization method applied, overwrite all the values covered by the succeeding or preceeding sampling intervall, or, all the values in the range of a harmonic flags timestamp. | ### Description