@@ -104,7 +104,7 @@ typedef struct clingo_theory_base clingo_theory_base_t;
104104//! @return whether the call was successful
105105CLINGO_VISIBILITY_DEFAULT bool clingo_base_is_fact (clingo_base_t const * atoms , clingo_literal_t literal , bool * is_fact );
106106
107- //! Check whether an literal is external.
107+ //! Check whether a literal is external.
108108//!
109109//! A literal is external if it has been defined using an external directive and
110110//! has not been released or defined by a rule.
@@ -116,7 +116,7 @@ CLINGO_VISIBILITY_DEFAULT bool clingo_base_is_fact(clingo_base_t const *atoms, c
116116CLINGO_VISIBILITY_DEFAULT bool clingo_base_is_external (clingo_base_t const * atoms , clingo_literal_t literal ,
117117 bool * is_external );
118118
119- //! Check whether an literal is shown.
119+ //! Check whether a literal is shown.
120120//!
121121//! A literal is shown if it has been shown by a show directive.
122122//!
@@ -129,7 +129,7 @@ CLINGO_VISIBILITY_DEFAULT bool clingo_base_is_shown(clingo_base_t const *atoms,
129129
130130//! Check whether a literal is subject to projection.
131131//!
132- //! An literal is subject to projection if it occurred in a project directive.
132+ //! A literal is subject to projection if it occurred in a project directive.
133133//!
134134//! @param[in] atoms the target
135135//! @param[in] literal the index of the literal
@@ -277,7 +277,7 @@ CLINGO_VISIBILITY_DEFAULT bool clingo_term_base_symbol(clingo_term_base_t const
277277//! of conjunctions.
278278//!
279279//! @param[in] terms the term base
280- //! @param[in] index the index of the show diriective
280+ //! @param[in] index the index of the show directive
281281//! @param[out] sizes the sizes of the conjunctions
282282//! @param[out] literals the target literals
283283//! @param[out] size the size of the disjunction
@@ -405,7 +405,7 @@ CLINGO_VISIBILITY_DEFAULT bool clingo_theory_base_element_to_string(clingo_theor
405405//! @name Theory Atom Inspection
406406//! @{
407407
408- //! Get the total number of theory theory .
408+ //! Get the total number of theory atoms .
409409//!
410410//! @param[in] theory the target
411411//! @param[out] size the resulting number
0 commit comments