nativelink
nativelink copied to clipboard
Fix typos in code comments
Recently, I found out that there were 2 typos remaining in this project.
- Here,
myshould bemay.
https://github.com/TraceMachina/nativelink/blob/d37bd90a314890fe901235e0432d263faa66d221/deployment-examples/docker-compose/Dockerfile#L21
- Here, the code comments for
simple_cache_test.shandsimple_prometheus_test.share the same currently. Forsimple_prometheus_test.sh, the comment should be changed.
https://github.com/TraceMachina/nativelink/blob/d37bd90a314890fe901235e0432d263faa66d221/integration_tests/simple_cache_test.sh#L16
https://github.com/TraceMachina/nativelink/blob/d37bd90a314890fe901235e0432d263faa66d221/integration_tests/simple_prometheus_test.sh#L16