Commit 9b0b6b0f authored by Victor Hugo Vianna Silva's avatar Victor Hugo Vianna Silva Committed by Commit Bot

Fix typo in model_api.md

|specifics| is not defined in this snippet.

TBR=treib@chromium.org

Bug: None
Change-Id: I5654c0230340e672f1f24347c1a0b0eb35431c89
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2315140Reviewed-by: default avatarVictor Vianna <victorvianna@google.com>
Commit-Queue: Victor Vianna <victorvianna@google.com>
Cr-Commit-Position: refs/heads/master@{#791196}
parent 60ad12a4
......@@ -230,7 +230,7 @@ void WriteLocalChange(std::string key, ModelData data) {
change_processor()->Put(key, ModelToEntityData(data),
batch->GetMetadataChangeList());
}
batch->WriteData(key, specifics->SerializeAsString());
batch->WriteData(key, data.specifics->SerializeAsString());
store_->CommitWriteBatch(std::move(batch), base::Bind(...));
}
```
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment