Skip to content

Commit

Permalink
Fix MathService mojo docs
Browse files Browse the repository at this point in the history
R=rockot@google.com

Bug: N/A
Change-Id: I33724debfb3416e6d5b54e5564fe8846f2103841
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2393976
Reviewed-by: Ken Rockot <rockot@google.com>
Commit-Queue: Dominic Farolino <dom@chromium.org>
Cr-Commit-Position: refs/heads/master@{#805041}
  • Loading branch information
domfarolino authored and Commit Bot committed Sep 8, 2020
1 parent ac0f360 commit 982b79c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/mojo_and_services.md
Original file line number Diff line number Diff line change
Expand Up @@ -344,8 +344,8 @@ void MathService::Divide(int32_t dividend,

source_set("math") {
sources = [
"math.cc",
"math.h",
"math_service.cc",
"math_service.h",
]

deps = [
Expand Down

0 comments on commit 982b79c

Please sign in to comment.