Replace special single quote with regular single quote. (#1693)

This commit is contained in:
Robert Nishihara
2018-03-10 20:36:01 -08:00
committed by Devin Petersohn
parent 40799fee37
commit cae108d019
6 changed files with 13 additions and 13 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ class LineageCache {
LineageCache();
/// Add a task and its object outputs asynchronously to the GCS. This
/// overwrites the tasks mutable fields in the execution specification.
/// overwrites the task's mutable fields in the execution specification.
///
/// \param task The task to add.
/// \return Status.