Skip to content

Commit

Permalink
correct comment typos (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
SalehAlbuga authored Dec 26, 2019
1 parent 99d66ae commit e26b6bc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Examples/blob/Sources/blob/main.swift
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import AzureFunctions
let registry = FunctionRegistry()

// ****** optional: set debug AzureWebJobsStorage or other vars ******
registry.AzureWebJobsStorage = "yourDebugConnection" //Remove before deploying. Do not commit or push any Storage Account keys
registry.AzureWebJobsStorage = "DefaultEndpointsProtocol=https;AccountName=linuxappstorage;AccountKey=2LhvsBsrVxef2AgxY87ByNhdYDjm9Ehl70Mu6W97vw3aYS5mvnwfhUiiaqhG+w/B4meuaEfiZTWJm2Z1TeuFsQ==;EndpointSuffix=core.windows.net" //Remove before deploying. Do not commit or push any Storage Account keys
//registry.EnvironmentVariables = ["fooConnection": "bar"]

// ******
Expand Down
2 changes: 1 addition & 1 deletion Sources/AzureFunctions/Bindings/Queue.swift
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// ServiceBus.swift
// Queue.swift
// SwiftFunc
//
// Created by Saleh on 10/26/19.
Expand Down
2 changes: 1 addition & 1 deletion Sources/AzureFunctions/Bindings/ServiceBusMessage.swift
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// Queue.swift
// ServiceBusMessage.swift
// SwiftFunc
//
// Created by Saleh on 10/26/19.
Expand Down

0 comments on commit e26b6bc

Please sign in to comment.