Skip to content

Commit

Permalink
More doc tweaks.
Browse files Browse the repository at this point in the history
  • Loading branch information
sdcondon committed Aug 13, 2023
1 parent 1a57890 commit 11db030
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 1 addition & 3 deletions src/SCFirstOrderLogic/SkolemFunctionIdentifier.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,7 @@ internal SkolemFunctionIdentifier(StandardisedVariableIdentifier variableIdentif

/// <summary>
/// Gets the original top-level sentence in which the variable was declared.
/// Contains all ancestors of the original variable declaration
/// in the sentence tree - starting with the quantification that declares the variable, and ending with the
/// root element of the sentence. Intended for use within explanations of query results.
/// Intended for use within explanations of query results.
/// </summary>
public Sentence OriginalSentence { get; }

Expand Down
1 change: 0 additions & 1 deletion src/SCFirstOrderLogic/StandardisedVariableIdentifier.cs
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ internal StandardisedVariableIdentifier(Quantification originalVariableScope, Se
/// Gets the original variable identifier that this identifier is the standardisation of.
/// Intended for use within explanations of query results.
/// </summary>

public object OriginalIdentifier => OriginalVariableScope.Variable.Identifier;

/////// <summary>
Expand Down

0 comments on commit 11db030

Please sign in to comment.